Skip to content

Commit

Permalink
Merge pull request #4 from PhilETaylor/patch-1
Browse files Browse the repository at this point in the history
remove duplicate run command
  • Loading branch information
yegor256 committed Nov 23, 2022
2 parents 51338da + aa89bf8 commit 94eb034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
RUN apt-get install -y squid
RUN apt-get install -y apache2-utils
RUN RUN apt-get clean
RUN apt-get clean

COPY entry.sh /
COPY squid.conf /etc/squid/squid.conf
Expand Down

0 comments on commit 94eb034

Please sign in to comment.