Skip to content

Commit

Permalink
Added workaround for logging to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
dsexton committed Feb 1, 2019
1 parent b16d3c3 commit 2708d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y squid=${SQUID_VERSION}* \
&& rm -rf /var/lib/apt/lists/*

# Workaround for https://github.com/moby/moby/issues/31243
RUN usermod -a -G tty proxy

COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh

Expand Down

0 comments on commit 2708d46

Please sign in to comment.