Skip to content

Commit 6c789ca

Browse files
committed
feat: revert to scratch
1 parent 6ca9739 commit 6c789ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
3333

3434
COPY tests/data_generator/example_test_data_config2.yaml /example_dataset.yaml
3535

36-
FROM alpine
37-
RUN apk add --no-cache bash
36+
FROM scratch
3837
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/ssl/certs/ca-certificates.crt
3938
COPY --from=builder /cohort-middleware /cohort-middleware
4039
COPY --from=builder /data-generator /data-generator

0 commit comments

Comments
 (0)