Skip to content

Commit 1c6900e

Browse files
committed
Fix build error
1 parent fa4cd80 commit 1c6900e

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
@@ -14,7 +14,7 @@ ARG build_target
1414
# build the qvm app
1515
ADD . /src/qvm
1616
WORKDIR /src/qvm
17-
RUN git clean -fdx && make ${build_target} && make install
17+
RUN git clean -fdx && make ${build_target} install
1818

1919
EXPOSE 5000
2020

0 commit comments

Comments
 (0)