There was an error while loading. Please reload this page.
1 parent 4bc05a5 commit 47e43c7Copy full SHA for 47e43c7
1 file changed
Dockerfile
@@ -4,9 +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/*
+RUN apk --update --no-cache add git less openssh-client
10
11
VOLUME /git
12
WORKDIR /git
0 commit comments