We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23d0ee commit 9d8fe09Copy full SHA for 9d8fe09
node/Dockerfile
@@ -7,7 +7,7 @@ MAINTAINER Anand Mani Sankar
7
# Install Node.js and other dependencies
8
RUN apt-get update && \
9
apt-get -y install curl && \
10
- curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - && \
+ curl -sL https://deb.nodesource.com/setup | sudo bash - && \
11
apt-get -y install python build-essential nodejs
12
13
# Install nodemon
0 commit comments