Fix docker compose in updater
This commit is contained in:
@@ -3,7 +3,7 @@ FROM php:8.1-apache
|
|||||||
|
|
||||||
# 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 && \
|
apt-get install -y git 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
|
||||||
|
|||||||
Reference in New Issue
Block a user