Skip to content

Commit 84d31e2

Browse files
committed
fixing dockerfile
1 parent ea14a9d commit 84d31e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git submodule init && git submodule update --recursive
2626
# Create a build directory
2727
RUN mkdir build
2828
RUN cd build && cmake ..
29-
RUN make -j$(nproc)
29+
RUN cd build && make -j$(nproc)
3030

3131
FROM ubuntu:20.04
3232

0 commit comments

Comments
 (0)