We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29a2104 + ab7a70d commit 94c3a0eCopy full SHA for 94c3a0e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM dockerfile/ubuntu
+FROM ubuntu:14.04
2
3
# Fix environment and locale issues
4
ENV TERM linux
@@ -23,7 +23,8 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
23
VOLUME ["/data"]
24
25
# Add nodejs repository and install required packages
26
-RUN add-apt-repository ppa:chris-lea/node.js -y
+RUN apt-get -y curl
27
+RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
28
29
# Install system dependencies
30
RUN apt-get -y update
0 commit comments