This commit is contained in:
parent
16ad464a95
commit
a76ce91c25
@ -1,4 +1,11 @@
|
|||||||
FROM alpine/git:1.0.7
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk --update --no-cache add \
|
||||||
|
git
|
||||||
|
less
|
||||||
|
openssh && \
|
||||||
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
rm /var/cache/apk/*
|
||||||
|
|
||||||
COPY init/entrypoint.sh /tmp/entrypoint.sh
|
COPY init/entrypoint.sh /tmp/entrypoint.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user