Skip to content

Commit 72829b2

Browse files
committed
Merge branch 'main' of https://github.com/PLC-lang/rust-llvm-images into volsa/lit-dependency
2 parents 8a6397c + 084e921 commit 72829b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive
1717

1818
RUN apt-get update \
1919
&& apt-get upgrade -y \
20+
&& apt-get install -y \
2021
&& apt-get install -y \
2122
apt-utils \
2223
git \
@@ -26,6 +27,8 @@ RUN apt-get update \
2627
gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
2728
python3-venv
2829

30+
python3-venv
31+
2932
# dpkg --add-architecture arm64 \
3033

3134
# # Setup llvm sources

0 commit comments

Comments
 (0)