Skip to content

Commit

Permalink
ci(Dockerfile): try to install lvm-10 from Ubuntu repositories
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Aug 20, 2024
1 parent 9cfd890 commit aca2c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ RUN apt-get update && \
espeak \
python3-pip \
python-is-python3 \
python3-dev lsb-release wget software-properties-common gnupg \
python3-dev llvm-10* \
python3-venv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
pip install --upgrade pip
RUN curl -L https://apt.llvm.org/llvm.sh -o llvm.sh && chmod +x llvm.sh && ./llvm.sh 10

# Install grpcio-tools (the version in 22.04 is too old)
RUN pip install --user grpcio-tools

Expand Down

0 comments on commit aca2c41

Please sign in to comment.