From 6b94ca37bf4bf934ffd1153ea70e8d1c9ec196e4 Mon Sep 17 00:00:00 2001 From: hanafathiyah <hanafathiyah9b21@gmail.com> Date: Thu, 1 Dec 2022 10:13:16 +0700 Subject: [PATCH] . --- Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 645c0c8..0c1140c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,14 @@ ENV TZ=Asia/Jakarta RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime RUN echo $TZ > /etc/timezone -RUN apt-get update -RUN apt install -y php-fpm php-pgsql php-soap php-cli php-curl nginx +RUN apt update +RUN apt -y full-upgrade +RUN apt install -y nginx +RUN apt install -y php-fpm +RUN apt install -y php-pgsql +RUN apt install -y php-soap +RUN apt install -y php-cli +RUN apt install -y php-curl RUN apt install -y supervisor -- GitLab