From 77ec05a43cb54e945d767f154c5b2a59352408c9 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Mon, 23 Sep 2024 21:31:43 +0200 Subject: [PATCH] remove default url --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ae30de..ad94571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ RUN apt-get install -y git hugo nginx build-essential unar wget RUN rm -rf /var/www/html RUN mkdir -p /var/www/html -ENV GIT_URL=https://git.c3re.de/c3re/c3re-website.git - WORKDIR /tmp RUN wget https://github.com/tdewolff/minify/releases/download/v2.20.16/minify_linux_amd64.tar.gz RUN unar minify*tar.gz