This commit is contained in:
parent
89a9b0361a
commit
8f90e50e93
@ -1,8 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk --update --no-cache add \
|
RUN apk --update add \
|
||||||
git \
|
git \
|
||||||
less \
|
|
||||||
openssh && \
|
openssh && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
rm /var/cache/apk/*
|
rm /var/cache/apk/*
|
||||||
|
Loading…
Reference in New Issue
Block a user