diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 15:08:00 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 15:08:00 -0700 |
commit | 1f5ef968cff51721d97587cb1c5402c988c92d5e (patch) | |
tree | 2b341cdc24e173e8f47992a506371db6c217b878 /tests/http/Dockerfile | |
parent | 68d6d3c4ff4d3921408f7d9bab3e31e0e028a871 (diff) | |
download | infinitytier-1f5ef968cff51721d97587cb1c5402c988c92d5e.tar.gz infinitytier-1f5ef968cff51721d97587cb1c5402c988c92d5e.zip |
Test need a more recent version of NodeJS so update Dockerfile.
Diffstat (limited to 'tests/http/Dockerfile')
-rw-r--r-- | tests/http/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/http/Dockerfile b/tests/http/Dockerfile index 7bba2fc0..e19b3fee 100644 --- a/tests/http/Dockerfile +++ b/tests/http/Dockerfile @@ -4,7 +4,8 @@ MAINTAINER https://www.zerotier.com/ EXPOSE 9993/udp -RUN yum -y update && yum -y install epel-release && yum -y install nodejs npm && yum clean all +ADD nodesource-el.repo /etc/yum.repos.d/nodesource-el.repo +RUN yum -y update && yum install -y nodejs && yum clean all RUN mkdir -p /var/lib/zerotier-one RUN mkdir -p /var/lib/zerotier-one/networks.d |