From 360b33e7b112127621e38bf5fdfb69ec77c62539 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Fri, 15 May 2020 15:21:38 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 49d1443e..f7037eb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ FROM alpine:${ALPINE_VERSION} # install python, git, bash RUN apk add --no-cache git git-lfs python3 bash +RUN apk add docker # install repo2docker COPY --from=0 /tmp/wheelhouse /tmp/wheelhouse