We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4997e12 + 577c6e8 commit 79ec11bCopy full SHA for 79ec11b
Dockerfile
@@ -10,6 +10,9 @@ RUN apt-get update \
10
&& DEBIAN_FRONTEND=noninteractive apt-get install -y squid=${SQUID_VERSION}* \
11
&& rm -rf /var/lib/apt/lists/*
12
13
+# Workaround for https://github.com/moby/moby/issues/31243
14
+RUN usermod -a -G tty proxy
15
+
16
COPY entrypoint.sh /sbin/entrypoint.sh
17
RUN chmod 755 /sbin/entrypoint.sh
18
0 commit comments