1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-18 13:14:21 +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"]