Update dockerfile

This commit is contained in:
2024-03-03 00:34:01 -05:00
parent 052aa99a6c
commit 26c742f017

View File

@@ -1,3 +1,4 @@
FROM debian
RUN apt update && apt upgrade -y && apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make
RUN apt update && apt upgrade -y
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config