Dockerfile fix

This commit is contained in:
h4570
2024-02-12 00:45:59 +01:00
parent 04d105ca0e
commit 0810f12949
+1 -2
View File
@@ -31,8 +31,7 @@ RUN make
# Download VCL # Download VCL
RUN mkdir -p /temp/vcl RUN mkdir -p /temp/vcl
WORKDIR "/temp/vcl" WORKDIR "/temp/vcl"
RUN wget http://apgcglz.cluster028.hosting.ovh.net/tyra/vcl.zip RUN wget https://github.com/h4570/tyra/raw/master/assets/vcl
RUN unzip vcl.zip
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------