From fbf54f9f4ba019123a17fc9460536d6fb5fa6b9c Mon Sep 17 00:00:00 2001 From: izuddin Date: Thu, 27 Aug 2026 03:37:29 +0000 Subject: [PATCH] Edit Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a62da0..d9c25e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ ENV https_proxy=$https_proxy # Install Nginx & Dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ + vim \ nginx \ unzip \ && rm -rf /var/lib/apt/lists/* @@ -31,8 +32,8 @@ RUN composer install \ --no-interaction # Hapus proxy dari environment runtime -ENV http_proxy= -ENV https_proxy= +#ENV http_proxy= +#ENV https_proxy= # Setup Nginx Config RUN echo 'server { \