boring-nginx: missing backslash

This commit is contained in:
Wonderfall 2017-02-18 17:31:40 +01:00 committed by GitHub
parent 16f30bd6bd
commit 92dd056d85

View File

@ -41,8 +41,8 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
&& git clone https://boringssl.googlesource.com/boringssl --depth=1 \ && git clone https://boringssl.googlesource.com/boringssl --depth=1 \
&& cd /tmp/ngx_brotli && git submodule update --init \ && cd /tmp/ngx_brotli && git submodule update --init \
&& cd /tmp/boringssl \ && cd /tmp/boringssl \
&& sed -n 's/\$avx = 0/\$avx = 2/p' crypto/*/asm/*.pl && sed -n 's/\$avx = 0/\$avx = 2/p' crypto/*/asm/*.pl \
&& sed -n 's/\$addx = 0/\$addx = 1/p' crypto/*/asm/*.pl && sed -n 's/\$addx = 0/\$addx = 1/p' crypto/*/asm/*.pl \
&& mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. \ && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. \
&& make -j ${NB_CORES} && cd .. \ && make -j ${NB_CORES} && cd .. \
&& mkdir -p .openssl/lib/ && cd .openssl && ln -s ../include && cd .. \ && mkdir -p .openssl/lib/ && cd .openssl && ln -s ../include && cd .. \