fix(build): remove testing directive

!1
This commit is contained in:
2023-07-16 11:00:35 +09:30
parent 5a0d7b13e0
commit ab8043fc93

View File

@ -6,7 +6,7 @@ ARG GLPI_VERSION
ENV GLPI_VERSION $GLPI_VERSION
RUN echo "Acquire::http::Proxy \"http://192.168.1.172:3142\";\nAcquire::https::Proxy \"http://192.168.1.172:3142\";" > /etc/apt/apt.conf.d/apt_proxy.conf
# RUN echo "Acquire::http::Proxy \"http://192.168.1.172:3142\";\nAcquire::https::Proxy \"http://192.168.1.172:3142\";" > /etc/apt/apt.conf.d/apt_proxy.conf
RUN apt update; \