mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nginx: missing backslash
This commit is contained in:
parent
3e9e19494f
commit
9d4e7e14d0
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user