mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 19:26:54 +00:00
fix COPY
This commit is contained in:
parent
88d7aa0bf5
commit
7dab010604
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user