Skip to content

Commit 94c3a0e

Browse files
committed
Merge pull request #1 from dalareo/patch-1
Patch 1 merged
2 parents 29a2104 + ab7a70d commit 94c3a0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockerfile/ubuntu
1+
FROM ubuntu:14.04
22

33
# Fix environment and locale issues
44
ENV TERM linux
@@ -23,7 +23,8 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
2323
VOLUME ["/data"]
2424

2525
# Add nodejs repository and install required packages
26-
RUN add-apt-repository ppa:chris-lea/node.js -y
26+
RUN apt-get -y curl
27+
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
2728

2829
# Install system dependencies
2930
RUN apt-get -y update

0 commit comments

Comments
 (0)