Merge branch 'python3' of https://github.com/pierotofy/NodeODM into python3

pull/124/head
Piero Toffanin 2020-09-17 14:01:03 -04:00
commit bd9bf6ba2b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ MAINTAINER Piero Toffanin <pt@masseranolabs.com>
EXPOSE 3000
USER root
RUN apt-get update && apt-get install -y curl gpg-agent
RUN curl --silent --location https://deb.nodesource.com/setup_10.x | bash -
RUN apt-get install -y nodejs unzip p7zip-full && npm install -g nodemon && \
ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \