We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c598 commit 06f399dCopy full SHA for 06f399d
Dockerfile
@@ -58,7 +58,7 @@ RUN set -ex && \
58
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
59
&& locale-gen en_US.UTF-8 \
60
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
61
- && rm -rf /var/lib/apt/lists/*
+ && rm -rf /var/lib/apt/lists/* /etc/nginx/conf.d/default.conf
62
63
COPY assets/build/ ${GITLAB_BUILD_DIR}/
64
RUN bash ${GITLAB_BUILD_DIR}/install.sh
0 commit comments