diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 0983698..b5c58a0 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.0-apache -RUN apt install php8.0-mysql +RUN apt update && apt install php8.0-mysql COPY api-rest/start-apache /usr/local/bin RUN chmod 755 /usr/local/bin/start-apache