yes i try i

This commit is contained in:
Pin
2024-05-14 22:09:54 -04:00
parent e4d2076fa2
commit 81bc834b26
3 changed files with 111 additions and 42 deletions

View File

@@ -1,6 +1,11 @@
FROM debian
FROM debian as builder
RUN apt update && apt upgrade -y
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config
WORKDIR /opt
COPY . /opt
WORKDIR /opt
FROM builder as compile
RUN make