correct -u problem

This commit is contained in:
Dryusdan 2017-11-23 20:58:58 +01:00
parent 380fa6ae5b
commit c0c35d0a0d
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 -U add ${BUILD_DEPS} \
apk add --no-cache ${BUILD_DEPS} \
libressl \
imagemagick \
curl \