Skip to content

Commit

Permalink
fix: add ca-certificates on go-rust-builder intermediate image (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Jul 11, 2024
1 parent 8471838 commit 4e3dc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/intermediate/go-rust-builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:20.04
RUN apt-get update && ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime

# Install basic packages
RUN apt-get install build-essential curl wget git pkg-config -y
RUN apt-get install build-essential curl wget git pkg-config ca-certificates -y
# Install dev-packages
RUN apt-get install libclang-dev libssl-dev llvm -y

Expand Down

0 comments on commit 4e3dc52

Please sign in to comment.