Skip to content

Commit

Permalink
tmp: use alpine for some troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 3, 2024
1 parent 8349fc3 commit 2f75ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
&& go build -C tests/data_generator \
-o /data-generator

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

0 comments on commit 2f75ef3

Please sign in to comment.