mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
nginx: missing backslash
This commit is contained in:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user