mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-07-25 05:43:28 +00:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
685eeddf3e
|
|||
1075790c45
|
|||
9d7abf3dea
|
|||
3ce1d078b7
|
|||
ab6974f7b7
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.14.0 as build
|
||||
|
||||
ENV SQUID_VER 4.15
|
||||
ENV SQUID_VER 5.1
|
||||
|
||||
# fix conflict with libretls and libressl
|
||||
RUN set -x && \
|
||||
@@ -94,7 +94,11 @@ RUN set -x && \
|
||||
--with-default-user=squid \
|
||||
--with-openssl \
|
||||
--with-pidfile=/var/run/squid/squid.pid
|
||||
|
||||
|
||||
# fix build
|
||||
RUN set -x && \
|
||||
mkdir -p /tmp/build/tools/squidclient/tests && \
|
||||
mkdir -p /tmp/build/tools/tests
|
||||
|
||||
RUN set -x && \
|
||||
cd /tmp/build && \
|
||||
|
Reference in New Issue
Block a user