File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ RUN yum install freetype-devel bzip2-devel zlib-devel -y && \
33
33
tar -xf perl-5.20.1.tar.gz && \
34
34
cd perl-5.20.1 && \
35
35
./Configure -des -Dprefix="$HOME/openssl_build" && \
36
- make -j4 && \
37
- make install && \
36
+ true '#perl build scripts do much redundant work \
37
+ if running "make install" separately' && \
38
+ make install -j4 && \
38
39
cd .. && \
39
40
rm -rf perl-5.20.1*
40
41
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ RUN yum install freetype-devel bzip2-devel zlib-devel -y && \
33
33
tar -xf perl-5.20.1.tar.gz && \
34
34
cd perl-5.20.1 && \
35
35
./Configure -des -Dprefix="$HOME/openssl_build" && \
36
- make -j4 && \
37
- make install && \
36
+ true '#perl build scripts do much redundant work \
37
+ if running "make install" separately' && \
38
+ make install -j4 && \
38
39
cd .. && \
39
40
rm -rf perl-5.20.1*
40
41
You can’t perform that action at this time.
0 commit comments