Build pyats based on ubuntu:focal

This commit is contained in:
grossmj 2024-05-09 21:08:52 +07:00
parent eb92099082
commit fdfc66b4f0
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD
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:focal
WORKDIR /pyats