Browse Source

add setup.sh

master
zeus 3 years ago
parent
commit
6a399cde6e
  1. 3
      Dockerfile

3
Dockerfile

@ -28,6 +28,9 @@ RUN /root/setup.sh
ARG USER1=node
ARG NODEPROJECT1=opencv4nodejs_webcam
#&& wget -q https://github.com/Itseez/opencv/archive/${OPENCV_VERSION}.zip -O opencv.zip \
#&& wget -q https://github.com/Itseez/opencv_contrib/archive/${OPENCV_VERSION}.zip -O opencv_contrib.zip \
#&& wget -q https://github.com/davisking/dlib/archive/v${DLIB_VERSION}.zip -O dlib.zip \
ENV USER1 ${USER1}
ENV NODEPROJECT ${NODEPROJECT1}

Loading…
Cancel
Save