mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-21 10:46:53 +00:00
ssl-bump fix build
This commit is contained in:
parent
16e644983a
commit
abfd29ad78
@ -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
0
ssl-bump/run.sh
Executable file → Normal file
Loading…
Reference in New Issue
Block a user