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