services-garbaye/podman-wpamapsta/ci_build-images.sh
2023-11-15 20:33:24 +01:00

7 lines
187 B
Bash

#!/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} .