This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
guestfs-inspect/Dockerfile
2024-03-03 00:56:28 -05:00

5 lines
125 B
Docker

FROM debian
RUN apt update && apt upgrade -y
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config