Actually actually fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-16 17:08:30 +01:00
parent a383a6b452
commit 8f94b3f88e

View File

@@ -16,8 +16,8 @@ RUN echo \
# Install git and docker-compose # Install git and docker-compose
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y git docker-compose-plugin && \ 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 the PHP file to the Apache document root
COPY webhook.php /var/www/html/index.php COPY webhook.php /var/www/html/index.php