We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9540828 commit dde9da3Copy full SHA for dde9da3
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN dnf install -y \
11
squid-${SQUID_VERSION}
12
13
COPY squid.conf /etc/squid/squid.conf
14
-RUN chown root.squid /etc/squid/squid.conf
+RUN chown root:squid /etc/squid/squid.conf
15
RUN chmod 0640 /etc/squid/squid.conf
16
17
COPY entrypoint.sh /sbin/entrypoint.sh
0 commit comments