17 Star 27 Fork 0

无闻 / peach

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rob Halff 提交于 2018-07-23 12:47 . dockerfile: add openssh-client (#49)
FROM alpine:3.3
MAINTAINER u@gogs.io
# Install system utils & runtime dependencies
ADD https://github.com/tianon/gosu/releases/download/1.10/gosu-amd64 /usr/sbin/gosu
RUN chmod +x /usr/sbin/gosu \
&& apk --no-cache --no-progress add ca-certificates bash git s6 curl socat openssh-client
COPY . /app/peach/
WORKDIR /app/peach/
RUN ./docker/build.sh
# Configure LibC Name Service
COPY docker/nsswitch.conf /etc/nsswitch.conf
# Configure Docker Container
VOLUME ["/data/peach"]
EXPOSE 5555
ENTRYPOINT ["docker/start.sh"]
CMD ["/bin/s6-svscan", "/app/peach/docker/s6/"]
Go
1
https://gitee.com/unknwon/peach.git
git@gitee.com:unknwon/peach.git
unknwon
peach
peach
master

搜索帮助