We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16d3c3 commit 577c6e8Copy full SHA for 577c6e8
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