We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176829 commit 1978d87Copy full SHA for 1978d87
2 files changed
Dockerfile
@@ -4,10 +4,7 @@ LABEL maintainer Bill Wang <ozbillwang@gmail.com>
4
5
COPY docker-entrypoint.sh /docker-entrypoint.sh
6
7
-RUN apk --update add git less openssh && \
8
- rm -rf /var/lib/apt/lists/* && \
9
- rm /var/cache/apk/* && \
10
- chmod +x /docker-entrypoint.sh
+RUN apk --update --no-cache add git less openssh-client
11
12
VOLUME /git
13
WORKDIR /git
docker-entrypoint.sh
100644
100755
0 commit comments