Skip to content

Commit 79ec11b

Browse files
authored
Merge pull request #1 from dsexton/feature/logging-stdout-workaround
Added workaround for logging to stdout
2 parents 4997e12 + 577c6e8 commit 79ec11b

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)