Skip to content

Commit f50ea55

Browse files
committed
Test
1 parent e968b51 commit f50ea55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM rustlang/rust:nightly-alpine AS builder
77

88
# TODO: to get rid of this weirdness and make things more deterministic, add the certs
99
# to the repo
10-
COPY .gitignore ca.crt* /etc/ssl/certs/
10+
#COPY .gitignore ca.crt* /etc/ssl/certs/
1111

1212
# Required certs for gitlab and cargo
1313
RUN if [ -f /etc/ssl/certs/ca.crt ]; then \

0 commit comments

Comments
 (0)