We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c7bfb commit e5f6924Copy full SHA for e5f6924
build-images.sh
@@ -126,7 +126,7 @@ images+=("${repobase}/${reponame}")
126
#Create webtop-z-push container
127
reponame="webtop-z-push"
128
container=$(buildah from docker.io/library/php:7.3-fpm-alpine)
129
-buildah copy --from=docker.io/mlocati/php-extension-installer:1.5.37 ${container} /usr/bin/install-php-extensions /usr/local/bin/
+buildah copy --from=docker.io/mlocati/php-extension-installer:2.6.0 ${container} /usr/bin/install-php-extensions /usr/local/bin/
130
buildah run ${container} sh -c "install-php-extensions imap"
131
buildah add ${container} ${PWD}/webtop5-build/webtop-eas-server-$webtop_version.tgz /usr/share/webtop/z-push/
132
buildah add ${container} ${PWD}/zfaker/src/ /usr/share/webtop/zfacker/
0 commit comments