mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
sp1: add clang dep (#164)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ FROM $RUNTIME_IMAGE AS runtime_stage
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
clang \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy Rust
|
||||
|
||||
Reference in New Issue
Block a user