diff --git a/Dockerfile b/Dockerfile index f44c37d..86c1d67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM php:8.1-apache +RUN apt update && apt upgrade + COPY . /var/www/html \ No newline at end of file