Skip to content

Commit

Permalink
fix(rpm) fix broken centos 8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Mar 26, 2020
1 parent 0595c11 commit f3defa0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@ ARG RESTY_IMAGE_TAG="7"

FROM ${RESTY_IMAGE_BASE}:${RESTY_IMAGE_TAG}

RUN sed -i -e '2 i minrate=1' /etc/yum.conf
RUN yum clean all && yum update -y

RUN yum -y install wget tar readline-devel pcre-devel openssl-devel gcc curl unzip \
zlib-devel make gcc gcc-c++ bzip2 patch perl m4 git

0 comments on commit f3defa0

Please sign in to comment.