Skip to content

Commit 2ef1e12

Browse files
committed
Added apk upgrade before installation of packages
1 parent e9c5b53 commit 2ef1e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

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

4141
# Perform build and cleanup artifacts and caches
4242
RUN \
43+
apk upgrade -U -a \
4344
apk add --no-cache \
4445
git \
4546
git-fast-import \

0 commit comments

Comments
 (0)