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-02 21:37:48 -05:00

3 lines
112 B
Docker

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