Skip to content

Commit 8ce157e

Browse files
authored
Merge pull request #3027 from datailor-fr/f/3010-fix-ssl-issue
fix(#3010) Add symbolic link to the correct location of ca-cert file
2 parents 287e698 + 199070b commit 8ce157e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ LABEL \
8282

8383
EXPOSE 22/tcp 80/tcp 443/tcp
8484

85+
RUN ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem
86+
8587
VOLUME ["${GITLAB_DATA_DIR}", "${GITLAB_LOG_DIR}","${GITLAB_HOME}/gitlab/node_modules"]
8688
WORKDIR ${GITLAB_INSTALL_DIR}
8789
ENTRYPOINT ["/sbin/entrypoint.sh"]

0 commit comments

Comments
 (0)