1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-05-27 19:28:53 +00:00

Use Ubuntu 24.04 LTS in Dockerfile. Ref #2523

This commit is contained in:
grossmj 2025-05-14 18:30:43 +02:00
parent 2cdaa1cd06
commit 2fbfe5385a
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -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 .