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

Commit

Permalink
Merge pull request #39 from upyun/fix/Dockerfile
Browse files Browse the repository at this point in the history
fix Dockerfile
  • Loading branch information
huangnauh authored Dec 25, 2017
2 parents 03445a5 + cbf5705 commit 481b0e2
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 481b0e2

Please sign in to comment.