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/*
11
11
" $SELFDIR " /install_libcurl.sh
12
12
" $SELFDIR " /install_git.sh
13
13
" $SELFDIR " /install_s3cmd.sh
14
- " $SELFDIR " /install_pcre.sh
15
14
" $SELFDIR " /install_pcre2.sh
16
15
" $SELFDIR " /install_geoip.sh
17
16
" $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
125
125
else
126
126
echo skipping libiconv…
127
127
fi
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
134
128
if [ " ${RESTRICT:- pcre2} " = " pcre2" ]; then
135
129
echo starting pcre2…
136
130
getLatestTag PCRE2Project/pcre2 > " $ROOTDIR /shared/definitions/pcre2_version"
You can’t perform that action at this time.
0 commit comments