1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-08-23 19:07:32 +00:00

Merge branch 'armhf-new' into armhf-cross

# Conflicts:
#	Dockerfile
This commit is contained in:
2020-08-11 11:38:06 +03:00
7 changed files with 134 additions and 30 deletions

4
ssl-bump/Dockerfile Normal file

@@ -0,0 +1,4 @@
FROM b4tman/squid:armhf-cross
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"]