1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-05-25 21:46:12 +03:00

ssl-bump fix build

This commit is contained in:
2024-02-19 14:39:42 +03:00
parent 16e644983a
commit abfd29ad78
2 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
FROM b4tman/squid
COPY run.sh /
RUN chmod 755 /run.sh
COPY run.sh /
USER root
RUN chmod 755 /run.sh
USER squid
CMD ["/run.sh"]
Executable → Regular
View File