From b125c196f70c646b738b3d754f55f37dd868f6ed Mon Sep 17 00:00:00 2001 From: alihardan Date: Sat, 15 Jun 2024 01:24:47 +0330 Subject: [PATCH] wip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72b8d44..3bb7f4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV WEB_DOCUMENT_ROOT=/app/public # Use the default production configuration # RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" -RUN apt-get update && apt-get install -y mariadb-client +RUN apt-get install -y mariadb-client RUN apt clean && rm -rf /var/lib/apt/lists/* WORKDIR /app