Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Commit

Permalink
Add node
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Jan 2, 2019
1 parent 0cc6979 commit b8fb219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER USU Software AG

RUN \
apt-get update && \
apt-get install -y -qq --no-install-recommends wget unzip python openssh-client python-openssl git-core jq curl vim && \
apt-get install -y -qq --no-install-recommends wget unzip python openssh-client python-openssl git-core jq curl vim nodejs-legacy && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit b8fb219

Please sign in to comment.