mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-21 18:56:54 +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
|
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
RUN apk add --no-cache squid \
|
RUN apk add --no-cache squid &&\
|
||||||
chmod 755 /docker-entrypoint.sh
|
chmod 755 /docker-entrypoint.sh
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user