From 0810f12949ac79afdd4f0d0e89dc86def0106d99 Mon Sep 17 00:00:00 2001 From: h4570 Date: Mon, 12 Feb 2024 00:45:59 +0100 Subject: [PATCH] Dockerfile fix --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 # ------------------------------------------------------------------------------