summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 8cb55e85..918ac8b4 100755
--- a/update.sh
+++ b/update.sh
@@ -147,6 +147,15 @@ function create_variant() {
;;
esac
+ case "$version" in
+ 16.*|17.*|18.* )
+ sed -ri -e '
+ \@bcmath@d;
+ ' "$dir/Dockerfile"
+ ;;
+
+ esac
+
# Copy the shell scripts
for name in entrypoint cron; do
cp "docker-$name.sh" "$dir/$name.sh"