This commit is contained in:
parent
c6b5a93ce0
commit
36e766d8b3
@ -1,6 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk --update add \
|
RUN apk upgrade --update-cache --available && \
|
||||||
|
apk add \
|
||||||
git \
|
git \
|
||||||
openssh && \
|
openssh && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
Loading…
Reference in New Issue
Block a user