ssl-bump fix build

This commit is contained in:
Dmitry Belyaev 2024-02-19 14:39:42 +03:00
parent 16e644983a
commit abfd29ad78
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
2 changed files with 5 additions and 2 deletions

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"]

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