blob: 8b01b9857fd2afc26cc21d8f91615d968d98b250 [file] [log] [blame]
FROM xosproject/xos
# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
RUN sudo apt-get install -y nodejs
RUN node -v
# install node modules
# RUN cd /opt/xos/tests/api; npm install