Skip to content

Commit b06046f

Browse files
authored
chore: install llvm 10
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 6d350cc commit b06046f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ RUN apt-get update && \
8181
espeak \
8282
python3-pip \
8383
python-is-python3 \
84-
llvm \
8584
python3-dev \
8685
python3-venv && \
8786
apt-get clean && \
8887
rm -rf /var/lib/apt/lists/* && \
8988
pip install --upgrade pip
90-
89+
RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10
9190
# Install grpcio-tools (the version in 22.04 is too old)
9291
RUN pip install --user grpcio-tools
9392

0 commit comments

Comments
 (0)