|
@ -28,9 +28,7 @@ COPY \ |
|
|
# copy repositories /etc/apk/repositories |
|
|
# copy repositories /etc/apk/repositories |
|
|
# -------------------------------------- |
|
|
# -------------------------------------- |
|
|
|
|
|
|
|
|
USER root |
|
|
|
|
|
RUN /root/setup.sh |
|
|
RUN /root/setup.sh |
|
|
USER ${dockeruser} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# nodejs npm install --- opencv----- uncomment -------------------------- |
|
|
# nodejs npm install --- opencv----- uncomment -------------------------- |
|
@ -63,8 +61,9 @@ COPY ${NODEPROJECTSRC2} /home/${USER1}/${NODEPROJECT2} |
|
|
|
|
|
|
|
|
RUN chown -R ${USER1}.${USER1} /home/${USER1} |
|
|
RUN chown -R ${USER1}.${USER1} /home/${USER1} |
|
|
|
|
|
|
|
|
USER root |
|
|
|
|
|
RUN /home/${USER1}/${NODEPROJECT}/install-fluent.sh |
|
|
RUN /home/${USER1}/${NODEPROJECT}/install-fluent.sh |
|
|
|
|
|
USER root |
|
|
|
|
|
RUN /home/${USER1}/${NODEPROJECT}/install-fluent-root.sh |
|
|
USER ${USER1} |
|
|
USER ${USER1} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|