diff --git a/ssl-bump/Dockerfile b/ssl-bump/Dockerfile new file mode 100644 index 0000000..3c77751 --- /dev/null +++ b/ssl-bump/Dockerfile @@ -0,0 +1,4 @@ +FROM b4tman/squid + +USER root +CMD ["sh", "-c", "(test -d /var/cache/squid/ssl_db || /usr/lib/squid/security_file_certgen -c -s /var/cache/squid/ssl_db -M 4MB) && /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -z && exec /usr/sbin/squid -f ${SQUID_CONFIG_FILE} --foreground -YCd 1"] \ No newline at end of file