Skip to content

Commit

Permalink
fix dockerhub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 2, 2024
1 parent f118c70 commit 91773d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ RUN apt-get update &&\
apt-add-repository "deb https://apt.kitware.com/ubuntu/ `lsb_release -cs` main" &&\
add-apt-repository ppa:deadsnakes/ppa &&\
wget -nv -O - http://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - &&\
apt-add-repository -y "deb http://apt.llvm.org/`lsb_release -cs`/ llvm-toolchain-`lsb_release -cs`-17 main" &&\
apt-add-repository -y "deb http://apt.llvm.org/`lsb_release -cs`/ llvm-toolchain-`lsb_release -cs` main" &&\
apt-get update &&\
apt-get install -y --no-install-recommends \
build-essential \
clang-10 \
clang \
git \
cmake \
cmake-curses-gui \
Expand Down

0 comments on commit 91773d4

Please sign in to comment.