Skip to content

Commit e957374

Browse files
authored
Merge pull request #883 from GNS3/update-pyats
Fix pyats appliance
2 parents eb92099 + df2bdd2 commit e957374

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker/docker_images

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ mikrotik-winbox mikrotik-winbox
1616
ostinato-wireshark ostinato-wireshark
1717
openvswitch openvswitch
1818
ovs-snmp ovs-snmp --platform=linux/arm64
19-
# pyats: fails to build on ubuntu 24.04 (noble)
20-
#pyats pyats
19+
pyats pyats
2120
ubuntu:focal ubuntu
2221

2322
# Tests

docker/pyats/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:latest
1+
FROM ubuntu:jammy
22

33
WORKDIR /pyats
44

0 commit comments

Comments
 (0)