mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Actually remove http-parser-devel
This commit is contained in:
parent
b732c445b8
commit
5c03416e84
2 changed files with 4 additions and 0 deletions
|
@ -4,4 +4,6 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||
RUN yum update -y
|
||||
RUN yum install -y make rpmdevtools gcc-c++ rubygem-ronn json-parser-devel lz4-devel http-parser-devel libnatpmp-devel
|
||||
|
||||
RUN rpm --erase http-parser-devel
|
||||
|
||||
ADD zt1-src.tar.gz /
|
||||
|
|
|
@ -13,4 +13,6 @@ MAINTAINER Adam Ierymenko <adam.ierymenko@zerotier.com>
|
|||
|
||||
RUN echo 'i686-redhat-linux' >/etc/rpm/platform
|
||||
|
||||
RUN rpm --erase http-parser-devel
|
||||
|
||||
ADD zt1-src.tar.gz /
|
||||
|
|
Loading…
Add table
Reference in a new issue