Update Dockerfile

pull/896/head
Hamel Husain 2020-05-16 11:30:29 -07:00 zatwierdzone przez GitHub
rodzic 360b33e7b1
commit a33ab4e618
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -16,8 +16,7 @@ RUN mkdir /tmp/wheelhouse \
FROM alpine:${ALPINE_VERSION}
# install python, git, bash
RUN apk add --no-cache git git-lfs python3 bash
RUN apk add docker
RUN apk add --no-cache git git-lfs python3 bash docker
# install repo2docker
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse