1 Star 0 Fork 0

王存露/dry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
moncho 提交于 2019-08-16 12:37 . Bump version
# build stage
FROM alpine:latest AS build-phase
LABEL VERSION 0.10-beta.1
RUN set -x && \
apk update && \
apk upgrade && \
apk add curl file && \
curl https://moncho.github.io/dry/dryup.sh | sh && \
apk del curl file && \
rm -rf /var/cache/apk/* && \
chmod 755 /usr/local/bin/dry
# final stage
FROM alpine
WORKDIR /app
COPY --from=build-phase /usr/local/bin/dry /app
CMD sleep 1;/app/dry
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c141015/dry.git
git@gitee.com:c141015/dry.git
c141015
dry
dry
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385