Skip to content

Commit

Permalink
[docker]: Remove apt.kitware.com/ubuntu apt repository (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan authored Oct 6, 2023
1 parent 6f7e78e commit b0adfbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ RUN apt-get update \
software-properties-common \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Add latest cmake
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - \
&& apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -sc) main"

# Install required packages for dev
RUN apt-get update \
Expand Down

0 comments on commit b0adfbf

Please sign in to comment.