mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
CentOS 6 Docker build.
This commit is contained in:
parent
81cd68b60d
commit
d20bcdae12
2 changed files with 22 additions and 7 deletions
|
@ -3,9 +3,12 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||
|
||||
RUN yum update -y
|
||||
RUN yum install -y epel-release
|
||||
RUN yum install -y clang make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
|
||||
RUN yum install -y make development-tools rpmdevtools http-parser-devel lz4-devel libnatpmp-devel
|
||||
|
||||
RUN yum install -y centos-release-scl
|
||||
RUN yum install -y devtoolset-4-gcc-c++
|
||||
|
||||
RUN ln -sf /opt/rh/devtoolset-4/root/usr/bin/gcc /usr/bin/gcc
|
||||
RUN ln -sf /opt/rh/devtoolset-4/root/usr/bin/g++ /usr/bin/g++
|
||||
|
||||
ADD zt1-src.tar.gz /
|
||||
|
||||
#RUN ln -sf /usr/bin/clang++-3.5 /usr/bin/clang++
|
||||
#RUN ln -sf /usr/bin/clang-3.5 /usr/bin/clang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue