Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile_i686
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -O -L https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz && \
cd .. && \
rm -rf cmake-3.9.0*

RUN yum install autoconf automake bzip2 git freetype-devel gcc gcc-c++ libtool make pkgconfig -y && \
RUN yum install autoconf automake bzip2 freetype-devel gcc gcc-c++ libtool make pkgconfig -y && \
curl -O -L https://www.cpan.org/src/5.0/perl-5.20.1.tar.gz && \
tar -xzf perl-5.20.1.tar.gz && \
cd perl-5.20.1 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl -O -L https://cmake.org/files/v3.9/cmake-3.9.0.tar.gz && \
cd .. && \
rm -rf cmake-3.9.0*

RUN yum install autoconf automake bzip2 git freetype-devel gcc gcc-c++ libtool make pkgconfig -y && \
RUN yum install autoconf automake bzip2 freetype-devel gcc gcc-c++ libtool make pkgconfig -y && \
curl -O -L https://www.cpan.org/src/5.0/perl-5.20.1.tar.gz && \
tar -xzf perl-5.20.1.tar.gz && \
cd perl-5.20.1 && \
Expand Down