correct -u problem

This commit is contained in:
Dryusdan 2017-11-23 20:38:25 +01:00
parent e878c7c087
commit 380fa6ae5b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN export BUILD_DEPS="build-base \
curl-dev \
git \
imagemagick-dev" \
apk add -U ${BUILD_DEPS} \
apk -U add ${BUILD_DEPS} \
libressl \
imagemagick \
curl \