1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 19:26:54 +00:00

bootstrap configure

This commit is contained in:
Dmitry Belyaev 2020-02-02 23:53:24 +03:00
parent 7dab010604
commit 5e8f02f7c4
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -22,6 +22,7 @@ COPY squid /tmp/build
WORKDIR /tmp/build/
RUN set -x && \
sh bootstrap.sh && \
\
CFLAGS="-g0 -O2" \
CXXFLAGS="-g0 -O2" \