Skip to content
Snippets Groups Projects
Commit d947b396 authored by nimrod's avatar nimrod
Browse files

Replace ADD with wget.

I'm not sure why it started failing and I'm interested in finding out.
parent 976f8c72
No related branches found
No related tags found
No related merge requests found
Pipeline #669 passed
FROM docker:20.10 as docker
ADD https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Documents/bin/_docker-clean /usr/local/bin/docker-clean
ENTRYPOINT ["/bin/sh", "/usr/local/bin/docker-clean"]
RUN wget https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Documents/bin/_docker-clean -O /usr/local/bin/docker-clean && \
chmod 755 /usr/local/bin/docker-clean
ENTRYPOINT ["/usr/local/bin/docker-clean"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment