1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 00:38:03 +00:00

fix LOCK_UN build error (2)

This commit is contained in:
Dmitry Belyaev 2017-07-03 13:37:44 +03:00
parent 7393b0da87
commit 25d8d427fe
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -96,7 +96,7 @@ RUN set -x && \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid && \
\
sed -ie 's/LOCK_UN/8/g' src/base/File.h && \
sed -i -e 's/LOCK_UN/8/g' src/base/File.h && \
\
make && \
make install && \