From d310ceca921151aec8639e3bd2b43f2283e1c9e9 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 9 Jan 2023 19:14:32 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'api-rest/Dockerfil?= =?UTF-8?q?e'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api-rest/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-rest/Dockerfile b/api-rest/Dockerfile index 0e7ac67..0983698 100644 --- a/api-rest/Dockerfile +++ b/api-rest/Dockerfile @@ -1,5 +1,6 @@ FROM php:8.0-apache -FROM php:8.0-cli + +RUN apt install php8.0-mysql COPY api-rest/start-apache /usr/local/bin RUN chmod 755 /usr/local/bin/start-apache