Merge pull request #883 from GNS3/update-pyats

Fix pyats appliance
This commit is contained in:
Jeremy Grossmann 2024-05-09 21:11:28 +07:00 committed by GitHub
commit e957374726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -16,8 +16,7 @@ mikrotik-winbox mikrotik-winbox
ostinato-wireshark ostinato-wireshark
openvswitch openvswitch
ovs-snmp ovs-snmp --platform=linux/arm64
# pyats: fails to build on ubuntu 24.04 (noble)
#pyats pyats
pyats pyats
ubuntu:focal ubuntu
# Tests

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:jammy
WORKDIR /pyats