Fix docker compose in updater

This commit is contained in:
Peter Smit
2025-01-16 16:57:46 +01:00
parent c65bebd55c
commit 8ae601dc05

View File

@@ -3,7 +3,7 @@ FROM php:8.1-apache
# Install git and docker-compose
RUN apt-get update && \
apt-get install -y git docker-compose && \
apt-get install -y git docker-compose-plugin && \
rm -rf /var/lib/apt/lists/*
# Copy the PHP file to the Apache document root