mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-23 03:36:54 +00:00
fix COPY
This commit is contained in:
parent
88d7aa0bf5
commit
7dab010604
@ -18,7 +18,7 @@ RUN set -x && \
|
|||||||
libcap-dev \
|
libcap-dev \
|
||||||
linux-headers
|
linux-headers
|
||||||
|
|
||||||
COPY squid/ /tmp/build/
|
COPY squid /tmp/build
|
||||||
WORKDIR /tmp/build/
|
WORKDIR /tmp/build/
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
|
Loading…
Reference in New Issue
Block a user