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