Skip to content

Commit

Permalink
Update base ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Feb 3, 2024
1 parent 5326862 commit 02d1056
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions superbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ubuntu:18.04
FROM ubuntu:20.04

ARG DEBIAN_FRONTEND=noninteractive

# Install dockerfile dependency
RUN apt update && apt install -y \
Expand Down Expand Up @@ -41,7 +43,7 @@ RUN apt update && apt install -y xvfb

# Install up-to-date needed packages
RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main'
RUN add-apt-repository ppa:git-core/ppa
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
RUN apt update && apt install -y cmake git git-lfs
Expand Down

0 comments on commit 02d1056

Please sign in to comment.