diff --git a/Dockerfile b/Dockerfile index 867001fef..61885a309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ COPY setup.py setup.py # Perform build and cleanup artifacts and caches RUN \ - apk upgrade --update-cache -a \ + apk upgrade --update-cache -a && \ apk add --no-cache \ git \ git-fast-import \