We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e968b51 commit f50ea55Copy full SHA for f50ea55
Dockerfile
@@ -7,7 +7,7 @@ FROM rustlang/rust:nightly-alpine AS builder
7
8
# TODO: to get rid of this weirdness and make things more deterministic, add the certs
9
# to the repo
10
-COPY .gitignore ca.crt* /etc/ssl/certs/
+#COPY .gitignore ca.crt* /etc/ssl/certs/
11
12
# Required certs for gitlab and cargo
13
RUN if [ -f /etc/ssl/certs/ca.crt ]; then \
0 commit comments