We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca9739 commit 6c789caCopy full SHA for 6c789ca
Dockerfile
@@ -33,8 +33,7 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
33
34
COPY tests/data_generator/example_test_data_config2.yaml /example_dataset.yaml
35
36
-FROM alpine
37
-RUN apk add --no-cache bash
+FROM scratch
38
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
39
COPY --from=builder /cohort-middleware /cohort-middleware
40
COPY --from=builder /data-generator /data-generator
0 commit comments