mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-07-27 06:33:28 +00:00
add ssl-bump Dockerfile
This commit is contained in:
4
ssl-bump/Dockerfile
Normal file
4
ssl-bump/Dockerfile
Normal file
@@ -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"]
|
Reference in New Issue
Block a user