Set workdir in the Dockerfile
This commit is contained in:
@@ -2,3 +2,5 @@ FROM debian
|
|||||||
|
|
||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config
|
RUN apt install -y libczmq-dev libguestfs-dev gcc valgrind gdb make pkg-config
|
||||||
|
|
||||||
|
WORKDIR /opt
|
||||||
Reference in New Issue
Block a user