mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-08-02 01:03:29 +00:00
ssl-bump fix build
This commit is contained in:
ssl-bump
@@ -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"]
|
||||
|
Reference in New Issue
Block a user