Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissmith-mcafee committed Sep 27, 2019
1 parent 690a38b commit 9cad329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN apt-get update \
&& apt-get install -y nodejs build-essential openjdk-8-jdk-headless \
&& npm i socket.io@${SOCKET_IO_VERSION} -g \
&& npm i ws@${WS_VERSION} -g \
&& npm i cloudcmd@${CLOUDCMD_VERSION} -g \
&& npm i gritty@${GRITTY_VERSION} \
&& npm i cloudcmd@${CLOUDCMD_VERSION} socket.io@${SOCKET_IO_VERSION} -g \
&& npm i gritty@${GRITTY_VERSION} socket.io@${SOCKET_IO_VERSION} \
&& npm install -g bootprint \
&& npm install -g bootprint-opendxl \
&& apt-get remove -y --auto-remove build-essential \
Expand Down

0 comments on commit 9cad329

Please sign in to comment.