1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-23 03:36:54 +00:00
docker-squid/ssl-bump/Dockerfile
Dmitry Belyaev 20ef8cf8be
Merge branch 'master' into armhf
# Conflicts:
#	Dockerfile
#	README.md
2020-08-11 11:22:35 +03:00

4 lines
295 B
Docker

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"]