Merge remote-tracking branch 'upstream/master'

pull/906/head
Tania Allard 2020-05-18 15:30:59 +01:00
commit 9ccc140e2c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +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 --no-cache git git-lfs python3 bash docker
# install repo2docker
COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse