mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-07 03:40:09 +00:00
.
This commit is contained in:
parent
d58dcf29cc
commit
4d30f60bbe
@ -4,6 +4,10 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||||||
RUN yum update -y
|
RUN yum update -y
|
||||||
RUN yum install -y epel-release
|
RUN yum install -y epel-release
|
||||||
RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
|
RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
|
||||||
|
|
||||||
RUN yum install -y nodejs npm
|
RUN yum install -y nodejs npm
|
||||||
|
|
||||||
|
# Stop use of http-parser-devel which is installed by nodejs/npm
|
||||||
|
RUN rm -f /usr/include/http_parser.h
|
||||||
|
|
||||||
ADD zt1-src.tar.gz /
|
ADD zt1-src.tar.gz /
|
||||||
|
@ -7,4 +7,7 @@ RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
|
|||||||
|
|
||||||
RUN yum install -y nodejs npm
|
RUN yum install -y nodejs npm
|
||||||
|
|
||||||
|
# Stop use of http-parser-devel which is installed by nodejs/npm
|
||||||
|
RUN rm -f /usr/include/http_parser.h
|
||||||
|
|
||||||
ADD zt1-src.tar.gz /
|
ADD zt1-src.tar.gz /
|
||||||
|
@ -17,6 +17,6 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||||||
RUN yum install -y ruby ruby-devel
|
RUN yum install -y ruby ruby-devel
|
||||||
RUN gem install ronn
|
RUN gem install ronn
|
||||||
|
|
||||||
RUN rpm --erase http-parser-devel lz4-devel libnatpmp-devel
|
#RUN rpm --erase http-parser-devel lz4-devel libnatpmp-devel
|
||||||
|
|
||||||
ADD zt1-src.tar.gz /
|
ADD zt1-src.tar.gz /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user