1 Star 1 Fork 0

镜像同步/spaceship-prompt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denys Dovhan 提交于 2023-03-01 14:59 . fix(docker): Fix missing py3-pip
FROM frapsoft/zsh
# Installing utils
RUN apk add --update --no-cache git curl python3 py-pip
# Change workdir to root's home
WORKDIR /root
# Coppying Spaceship to the image
COPY . /spaceship
# Setting up .zshrc
RUN echo "export TERM=xterm-256color" >> /root/.zshrc
RUN echo "source spaceship/spaceship.zsh" >> /root/.zshrc
# zsh as an entrypoint
ENTRYPOINT ["/bin/zsh"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/synchub/spaceship-prompt.git
[email protected]:synchub/spaceship-prompt.git
synchub
spaceship-prompt
spaceship-prompt
master

搜索帮助