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 { \