Skip to content

Commit

Permalink
Install package 'ca-certificates' to make node collector work over HT…
Browse files Browse the repository at this point in the history
…TPS (#382)

Cherry-picked from 'main'.
  • Loading branch information
bisgardo committed Jun 12, 2022
1 parent 2fad2fc commit 57313e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/node-collector.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${universal_image_name} AS build

FROM ubuntu:20.04
RUN apt-get update && \
apt-get install -y libpq-dev && \
apt-get install -y ca-certificates libpq-dev && \
rm -rf /var/lib/apt/lists/*
COPY --from=build /build/concordium-node/target/release/node-collector /node-collector
ENTRYPOINT ["/node-collector"]

0 comments on commit 57313e2

Please sign in to comment.