Skip to content

Commit

Permalink
Merge pull request #3027 from datailor-fr/f/3010-fix-ssl-issue
Browse files Browse the repository at this point in the history
fix(#3010) Add symbolic link to the correct location of ca-cert file
  • Loading branch information
sachilles authored Oct 25, 2024
2 parents 287e698 + 199070b commit 8ce157e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8ce157e

Please sign in to comment.