From 9e1db1880e98c6ded9d761da9b3a880a4df44970 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Thu, 16 Jan 2025 17:11:01 +0100 Subject: [PATCH] Actually really actually fix docker compose in updater --- updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/Dockerfile b/updater/Dockerfile index f17f148..92b16e3 100644 --- a/updater/Dockerfile +++ b/updater/Dockerfile @@ -17,7 +17,7 @@ RUN echo \ # Install git and docker-compose RUN apt-get update && \ apt-get install -y git docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \ - rm -rf /var/lib/apt/lists/* \ + rm -rf /var/lib/apt/lists/* # Copy the PHP file to the Apache document root COPY webhook.php /var/www/html/index.php