Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Dec 20, 2017
1 parent 03445a5 commit cbf5705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:6

RUN yum -y update && yum clean all
RUN yum -y install epel-release; yum clean all
RUN yum -y install wget gcc gcc-c++ patch zlib-devel && yum clean all
RUN yum -y install wget gcc gcc-c++ patch zlib-devel perl && yum clean all

ADD patches /src/patches
ADD util /src/util
Expand Down

0 comments on commit cbf5705

Please sign in to comment.