1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

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
commit 55c150f99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 \