Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent d259885 commit a5807e4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest
RUN apt-get update && \
apt-get install -y \
clang \
gcc-9-aarch64-linux-gnu \
g++-9-aarch64-linux-gnu \
libc6-dev-arm64-cross \
libc6-arm64-cross \
linux-libc-dev-arm64-cross \
gcc-aarch64-linux-gnu \
g++-aarch64-linux-gnu \
libstdc++-9-dev-arm64-cross \
libc6-dev-arm64-cross \
libssl-dev \
pkg-config \
unzip \
Expand Down

0 comments on commit a5807e4

Please sign in to comment.