We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f63baa commit b505933Copy full SHA for b505933
Dockerfile
@@ -40,7 +40,7 @@ COPY setup.py setup.py
40
41
# Perform build and cleanup artifacts and caches
42
RUN \
43
- apk upgrade --update-cache -a \
+ apk upgrade --update-cache -a && \
44
apk add --no-cache \
45
git \
46
git-fast-import \
0 commit comments