Update Dockerfile

This commit is contained in:
Fred 2021-04-26 10:28:20 +00:00
parent 91cf734634
commit c0fe2f11f7

View File

@ -100,7 +100,7 @@ RUN echo "deb-src http://deb.debian.org/debian buster main contrib" >> /etc/apt/
&& cp src/squid /usr/sbin/ \
&& cp tools/squidclient/squidclient /usr/sbin/ \
&& cp src/mime.conf.default /etc/squid/mime.conf \
&& cp tools/systemd/squid.service /lib/systemd/system/ \
&& cp src/squid.conf /etc/squid/ \
&& chown -Rf squid /etc/squid \
&& chown -Rf squid /usr/lib/squid \
&& chown -Rf squid /var/log/squid \