Skip to content

Commit 3d07804

Browse files
committed
Remove symbolic link to the correct location of ca-cert file
- This hack was introduced by sameersbn#3027 in order to fix sameersbn#3010.
1 parent cde9b4e commit 3d07804

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

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

8585
EXPOSE 22/tcp 80/tcp 443/tcp
8686

87-
RUN ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem
88-
8987
VOLUME ["${GITLAB_DATA_DIR}", "${GITLAB_LOG_DIR}","${GITLAB_HOME}/gitlab/node_modules"]
9088
WORKDIR ${GITLAB_INSTALL_DIR}
9189
ENTRYPOINT ["/sbin/entrypoint.sh"]

0 commit comments

Comments
 (0)