diff --git a/Dockerfile b/Dockerfile index dfd1c4e..76ceb8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,8 +31,7 @@ RUN make # Download VCL RUN mkdir -p /temp/vcl WORKDIR "/temp/vcl" -RUN wget http://apgcglz.cluster028.hosting.ovh.net/tyra/vcl.zip -RUN unzip vcl.zip +RUN wget https://github.com/h4570/tyra/raw/master/assets/vcl # ------------------------------------------------------------------------------