Change upgrade commands.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM php:8.1-apache
|
FROM php:8.1-apache
|
||||||
|
|
||||||
RUN apt update && apt upgrade
|
RUN apt-get update && apt-get -y upgrade
|
||||||
|
|
||||||
COPY . /var/www/html
|
COPY . /var/www/html
|
||||||
Reference in New Issue
Block a user