Skip to content

Commit 199070b

Browse files
committed
fix(#3010) Add symbolic link to the correct location of ca-cert file
1 parent 287e698 commit 199070b

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)