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:
commit
55c150f99b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user