Files
docker-squid/ssl-bump/Dockerfile
T

7 lines
72 B
Docker

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