Skip to content

Commit 577c6e8

Browse files
committed
Added workaround for logging to stdout
1 parent b16d3c3 commit 577c6e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ RUN apt-get update \
1010
&& DEBIAN_FRONTEND=noninteractive apt-get install -y squid=${SQUID_VERSION}* \
1111
&& rm -rf /var/lib/apt/lists/*
1212

13+
# Workaround for https://github.com/moby/moby/issues/31243
14+
RUN usermod -a -G tty proxy
15+
1316
COPY entrypoint.sh /sbin/entrypoint.sh
1417
RUN chmod 755 /sbin/entrypoint.sh
1518

0 commit comments

Comments
 (0)