mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-21 10:46:53 +00:00
Dockerfile fix
This commit is contained in:
parent
3769328a6d
commit
c1bdc25e98
@ -4,7 +4,7 @@ MAINTAINER b4tman <b4tm4n@mail.ru>
|
||||
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
|
||||
|
||||
COPY docker-entrypoint.sh /
|
||||
RUN apk add --no-cache squid \
|
||||
RUN apk add --no-cache squid &&\
|
||||
chmod 755 /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user