Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PLC-lang/rust-llvm-images i…
Browse files Browse the repository at this point in the history
…nto volsa/lit-dependency
  • Loading branch information
volsa committed Jun 12, 2024
2 parents 8a6397c + 084e921 commit 72829b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y \
&& apt-get install -y \
apt-utils \
git \
Expand All @@ -26,6 +27,8 @@ RUN apt-get update \
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
python3-venv

python3-venv

# dpkg --add-architecture arm64 \

# # Setup llvm sources
Expand Down

0 comments on commit 72829b2

Please sign in to comment.