fix(#3010) Add symbolic link to the correct location of ca-cert file

This commit is contained in:
yam 2024-10-24 10:02:49 +02:00
parent 287e698b24
commit 199070bec9

View File

@ -82,6 +82,8 @@ LABEL \
EXPOSE 22/tcp 80/tcp 443/tcp
RUN ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem
VOLUME ["${GITLAB_DATA_DIR}", "${GITLAB_LOG_DIR}","${GITLAB_HOME}/gitlab/node_modules"]
WORKDIR ${GITLAB_INSTALL_DIR}
ENTRYPOINT ["/sbin/entrypoint.sh"]