From 127d9c258c5619974f2b6e7834ba52e9e1ac8d0d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 4 Jun 2019 12:29:11 +0300 Subject: [PATCH] add ssl-bump Dockerfile --- ssl-bump/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ssl-bump/Dockerfile 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