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.
2 parents 287e698 + 199070b commit 8ce157eCopy full SHA for 8ce157e
Dockerfile
@@ -82,6 +82,8 @@ LABEL \
82
83
EXPOSE 22/tcp 80/tcp 443/tcp
84
85
+RUN ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem
86
+
87
VOLUME ["${GITLAB_DATA_DIR}", "${GITLAB_LOG_DIR}","${GITLAB_HOME}/gitlab/node_modules"]
88
WORKDIR ${GITLAB_INSTALL_DIR}
89
ENTRYPOINT ["/sbin/entrypoint.sh"]
0 commit comments