Actually actually fix docker compose in updater
This commit is contained in:
@@ -16,8 +16,8 @@ RUN echo \
|
||||
|
||||
# Install git and docker-compose
|
||||
RUN apt-get update && \
|
||||
apt-get install -y git docker-compose-plugin && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
apt-get install -y git docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && \
|
||||
rm -rf /var/lib/apt/lists/* \
|
||||
|
||||
# Copy the PHP file to the Apache document root
|
||||
COPY webhook.php /var/www/html/index.php
|
||||
|
||||
Reference in New Issue
Block a user