1 Star 0 Fork 0

Weiyi Chen/psi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
Timon Gehr 提交于 2021-03-23 04:14 +08:00 . Improve Dockerfile and Docker documentation.
FROM dlanguage/dmd
LABEL "Version"="1.0"
COPY . /opt/psi
RUN apt -qq update && apt -qq install -y wget unzip
RUN cd /opt/psi && ./dependencies-release.sh && ./build-release.sh && mkdir bin && mv psi ./bin
RUN echo "export PATH=$PATH:/opt/psi/bin" >> /root/.bashrc
WORKDIR /root
ENTRYPOINT ["bash"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ikitsu/psi.git
git@gitee.com:ikitsu/psi.git
ikitsu
psi
psi
master

搜索帮助