nginx: missing backslash

This commit is contained in:
Wonderfall 2016-04-20 15:41:37 +02:00
parent 3e9e19494f
commit 9d4e7e14d0

View File

@ -21,7 +21,7 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re
tar \ tar \
libtool \ libtool \
pcre-dev \ pcre-dev \
zlib-dev zlib-dev \
binutils" \ binutils" \
&& apk -U add \ && apk -U add \
$BUILD_DEPS \ $BUILD_DEPS \