forgot &&

This commit is contained in:
Dryusdan 2017-11-23 21:02:12 +01:00
parent c0c35d0a0d
commit 501036bd45
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 --no-cache ${BUILD_DEPS} \
&& apk add -U ${BUILD_DEPS} \
libressl \
imagemagick \
curl \