Skip to content

Commit

Permalink
updated devcontainer to the Ubuntu 24.04 Noble Numbat LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Afforix committed May 13, 2024
1 parent 60c95cf commit 1a88045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/base:jammy
FROM mcr.microsoft.com/devcontainers/base:noble

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y \
Expand All @@ -20,7 +20,7 @@ RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y \
libproj-dev \
libtk-img-dev \
libvtk9-dev \
libwxgtk3.0-gtk3-dev \
libwxgtk3.2-dev \
ninja-build \
python3 \
survex \
Expand Down

0 comments on commit 1a88045

Please sign in to comment.