1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-18 13:14:21 +00:00

fix LOCK_UN build error (2)

This commit is contained in:
2017-07-03 13:37:44 +03:00
parent 7393b0da87
commit 25d8d427fe

@ -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 && \