File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ RUN apt-get update && \
24
24
apt-get install -y wget libstdc++5 libtool-bin automake flex bison \
25
25
libglib2.0-dev libpixman-1-dev python3-setuptools unzip \
26
26
apt-utils apt-transport-https ca-certificates joe curl && \
27
- wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 16 && \
28
- wget wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e33139999976332aa8e/raw/698ac2087d58ce5c7a6ad59adce58dbfdc32bd46/createAliases.sh && chmod u+x ./createAliases.sh && ./createAliases.sh
27
+ wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && ./llvm.sh 16
28
+
29
+ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e33139999976332aa8e/raw/698ac2087d58ce5c7a6ad59adce58dbfdc32bd46/createAliases.sh && chmod u+x ./createAliases.sh && ./createAliases.sh
29
30
30
31
# Uninstall old Rust & Install the latest one.
31
32
RUN if which rustup; then rustup self uninstall -y; fi && \
You can’t perform that action at this time.
0 commit comments