1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-25 04:36:53 +00:00

fix mixed line endings

This commit is contained in:
Dmitry Belyaev 2022-04-20 10:05:29 +03:00 committed by Dmitry Belyaev
parent 330ade1664
commit d745475ec5

View File

@ -56,7 +56,7 @@ RUN set -x && \
--disable-arch-native \
--enable-removal-policies="lru,heap" \
--enable-auth-digest \
--enable-auth-basic="getpwnam,NCSA,DB" \
--enable-auth-basic="getpwnam,NCSA,DB" \
--enable-basic-auth-helpers="DB" \
--enable-epoll \
--enable-external-acl-helpers="file_userip,unix_group,wbinfo_group" \