Skip to content

Commit

Permalink
Fixed bug in Dockerfile which prevent cloning DPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhnghia committed Jun 3, 2023
1 parent 0c8795d commit 77dda18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ADD . ${INSTALL_DIR}/
WORKDIR ${INSTALL_DIR}

# Install DPI from source
RUN rm -rf mmt-dpi
RUN git clone --depth 1 https://github.com/Montimage/mmt-dpi.git \
&& cd mmt-dpi/sdk \
&& make -j2 \
Expand Down

0 comments on commit 77dda18

Please sign in to comment.