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

Added apk upgrade before installation of packages

This commit is contained in:
Nagaraj Tantri 2021-03-13 20:22:56 +05:30
parent e9c5b53e0f
commit 2ef1e1239e

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 \