From 2fbfe5385a408d8de2fd8dd7a2195a31cc3cf2c7 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 14 May 2025 18:30:43 +0200 Subject: [PATCH] Use Ubuntu 24.04 LTS in Dockerfile. Ref #2523 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ced87dc1..49555754b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal +FROM ubuntu:noble WORKDIR /gns3server @@ -34,4 +34,4 @@ COPY . /gns3server RUN mkdir -p ~/.config/GNS3/3.0/ RUN cp scripts/gns3_server.conf ~/.config/GNS3/3.0/ -RUN python3 -m pip install . +RUN python3 -m pip install --break-system-packages .