mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 22:18:00 -05:00
fix: add ca-certificates on go-rust-builder intermediate image (#1428)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user