Edit Dockerfile
This commit is contained in:
+3
-2
@@ -11,6 +11,7 @@ ENV https_proxy=$https_proxy
|
|||||||
|
|
||||||
# Install Nginx & Dependencies
|
# Install Nginx & Dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
vim \
|
||||||
nginx \
|
nginx \
|
||||||
unzip \
|
unzip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
@@ -31,8 +32,8 @@ RUN composer install \
|
|||||||
--no-interaction
|
--no-interaction
|
||||||
|
|
||||||
# Hapus proxy dari environment runtime
|
# Hapus proxy dari environment runtime
|
||||||
ENV http_proxy=
|
#ENV http_proxy=
|
||||||
ENV https_proxy=
|
#ENV https_proxy=
|
||||||
|
|
||||||
# Setup Nginx Config
|
# Setup Nginx Config
|
||||||
RUN echo 'server { \
|
RUN echo 'server { \
|
||||||
|
|||||||
Reference in New Issue
Block a user