File tree Expand file tree Collapse file tree 4 files changed +0
-24
lines changed
linux/docker_image/build_stages Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ touch /var/lib/rpm/*
1111" $SELFDIR " /install_libcurl.sh
1212" $SELFDIR " /install_git.sh
1313" $SELFDIR " /install_s3cmd.sh
14- " $SELFDIR " /install_pcre.sh
1514" $SELFDIR " /install_pcre2.sh
1615" $SELFDIR " /install_geoip.sh
1716" $SELFDIR " /install_libreadline.sh
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -125,12 +125,6 @@ if [ "${RESTRICT:-libiconv}" = "libiconv" ]; then
125125else
126126 echo skipping libiconv…
127127fi
128- if [ " ${RESTRICT:- pcre} " = " pcre" ]; then
129- echo starting pcre…
130- curl --silent " https://www.pcre.org/" | ruby -rnokogiri -e ' puts Nokogiri::HTML(STDIN.read).at_css("h2 + p + p > b").text' > " $ROOTDIR /shared/definitions/pcre_version"
131- else
132- echo skipping pcre…
133- fi
134128if [ " ${RESTRICT:- pcre2} " = " pcre2" ]; then
135129 echo starting pcre2…
136130 getLatestTag PCRE2Project/pcre2 > " $ROOTDIR /shared/definitions/pcre2_version"
You can’t perform that action at this time.
0 commit comments