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:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user