1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-23 03:36:54 +00:00
This commit is contained in:
Dmitry Belyaev 2020-02-02 23:41:35 +03:00
parent 88d7aa0bf5
commit 7dab010604
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -18,7 +18,7 @@ RUN set -x && \
libcap-dev \
linux-headers
COPY squid/ /tmp/build/
COPY squid /tmp/build
WORKDIR /tmp/build/
RUN set -x && \