1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-18 22:59:07 +00:00

ssl-bump fix build

This commit is contained in:
2024-02-19 14:39:42 +03:00
parent 16e644983a
commit b63013b9fe
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
FROM b4tman/squid FROM b4tman/squid
COPY run.sh / COPY run.sh /
RUN chmod 755 /run.sh USER root
RUN chmod 755 /run.sh
USER squid
CMD ["/run.sh"] CMD ["/run.sh"]

0
ssl-bump/run.sh Executable file → Normal file
View File