mirror of
https://github.com/GNS3/gns3-server
synced 2025-06-01 13:48:51 +00:00
Use Ubuntu 24.04 LTS in Dockerfile. Ref #2523
This commit is contained in:
parent
2cdaa1cd06
commit
2fbfe5385a
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:focal
|
FROM ubuntu:noble
|
||||||
|
|
||||||
WORKDIR /gns3server
|
WORKDIR /gns3server
|
||||||
|
|
||||||
@ -34,4 +34,4 @@ COPY . /gns3server
|
|||||||
RUN mkdir -p ~/.config/GNS3/3.0/
|
RUN mkdir -p ~/.config/GNS3/3.0/
|
||||||
RUN cp scripts/gns3_server.conf ~/.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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user