Skip to content

Commit b505933

Browse files
committed
Fixed Docker image
1 parent 6f63baa commit b505933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COPY setup.py setup.py
4040

4141
# Perform build and cleanup artifacts and caches
4242
RUN \
43-
apk upgrade --update-cache -a \
43+
apk upgrade --update-cache -a && \
4444
apk add --no-cache \
4545
git \
4646
git-fast-import \

0 commit comments

Comments
 (0)