mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
.
This commit is contained in:
parent
d58dcf29cc
commit
4d30f60bbe
3 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,10 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||
RUN yum update -y
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
|
||||
|
||||
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 /
|
||||
|
|
|
@ -7,4 +7,7 @@ RUN yum install -y make development-tools rpmdevtools clang gcc-c++ tar
|
|||
|
||||
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 /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue