Skip to content

Commit aca2c41

Browse files
authored
ci(Dockerfile): try to install lvm-10 from Ubuntu repositories
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 9cfd890 commit aca2c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ RUN apt-get update && \
8181
espeak \
8282
python3-pip \
8383
python-is-python3 \
84-
python3-dev lsb-release wget software-properties-common gnupg \
84+
python3-dev llvm-10* \
8585
python3-venv && \
8686
apt-get clean && \
8787
rm -rf /var/lib/apt/lists/* && \
8888
pip install --upgrade pip
89-
RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10
89+
9090
# Install grpcio-tools (the version in 22.04 is too old)
9191
RUN pip install --user grpcio-tools
9292

0 commit comments

Comments
 (0)