services-garbaye/podman-wpamapsta/ci_build-images.sh

7 lines
187 B
Bash
Raw Normal View History

2023-11-15 19:33:24 +00:00
#!/usr/bin/env bash
# TODO : FIX BUILD
git clone --depth=1 https://github.com/docker-library/wordpress.git
cd wordpress/latest/php8.0/apache/
podman build -t ${wp_image}:${wp_version} .