1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-01-08 17:18:22 +00:00

fix 'ed -s' for bootstrap.sh

This commit is contained in:
Dmitry Belyaev 2020-02-03 10:32:18 +03:00
parent 5e8f02f7c4
commit 0c3acf2bbb
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -20,10 +20,11 @@ RUN set -x && \
COPY squid /tmp/build
WORKDIR /tmp/build/
RUN set -x && \
sh bootstrap.sh && \
\
RUN sed -i 's/ed -s/ed/g' bootstrap.sh
RUN sh bootstrap.sh
RUN \
CFLAGS="-g0 -O2" \
CXXFLAGS="-g0 -O2" \
LDFLAGS="-s" \