Skip to content

Commit

Permalink
feat: Add symbolic link to the correct location of ca-cert file
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnamazu committed Sep 28, 2024
1 parent 8d82aab commit d8d7804
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 d8d7804

Please sign in to comment.