docker-squid/ssl-bump/Dockerfile

10 lines
97 B
Docker

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