github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/functional/vfio-ap/Dockerfile (about) 1 # Copyright (c) 2023 IBM Corp. 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 FROM ubuntu:devel 5 6 RUN apt-get update && \ 7 apt-get install -y s390-tools 8 9 CMD ["bash"] 10