Set workdir in the Dockerfile

This commit is contained in:
2024-03-03 19:40:40 -05:00
parent 1378a5a31a
commit 465d6f0cd4

View File

@@ -2,3 +2,5 @@ FROM debian
RUN apt update && apt upgrade -y
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config
WORKDIR /opt