Skip to content

Commit

Permalink
clang install
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent 17c705b commit 510e464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest

RUN apt-get update && \
apt-get install -y libssl-dev pkg-config unzip curl
apt-get install -y libssl-dev pkg-config unzip curl clang

# Install protoc
RUN curl -Lo /tmp/protoc.zip \
Expand Down

0 comments on commit 510e464

Please sign in to comment.