mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-08-11 05:07:31 +00:00
Merge branch 'master' into armhf
# Conflicts: # Dockerfile # README.md
This commit is contained in:
4
ssl-bump/Dockerfile
Normal file
4
ssl-bump/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM b4tman/squid:armhf
|
||||
|
||||
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