Change upgrade commands.

This commit is contained in:
2022-10-04 05:21:08 +02:00
parent 94746d96fd
commit 796924b3da

View File

@@ -1,5 +1,5 @@
FROM php:8.1-apache
RUN apt update && apt upgrade
RUN apt-get update && apt-get -y upgrade
COPY . /var/www/html