1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-10-10 08:19:08 +00:00
Files
docker-squid/ssl-bump/Dockerfile

7 lines
72 B
Docker

FROM b4tman/squid
COPY run.sh /
RUN chmod 755 /run.sh
CMD ["/run.sh"]