Merge pull request #2436 from miqdigital/fix-docker-dist-upgrade

Added apk upgrade before installation of packages
This commit is contained in:
Martin Donath
2021-03-13 16:35:50 +01:00
committed by GitHub

View File

@@ -40,6 +40,7 @@ COPY setup.py setup.py
# Perform build and cleanup artifacts and caches
RUN \
apk upgrade -U -a \
apk add --no-cache \
git \
git-fast-import \