mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
build: include ca-certificates in container
This commit is contained in:
parent
9da7d042de
commit
59564c9de3
1 changed files with 2 additions and 0 deletions
|
|
@ -5,5 +5,7 @@ COPY . .
|
||||||
RUN cargo build -p bulk_loader --release
|
RUN cargo build -p bulk_loader --release
|
||||||
|
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
|
||||||
|
RUN update-ca-certificates
|
||||||
COPY --from=builder /app/target/release/bulk_loader /
|
COPY --from=builder /app/target/release/bulk_loader /
|
||||||
ENTRYPOINT ["/bulk_loader"]
|
ENTRYPOINT ["/bulk_loader"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue