# podman build -t rawhide -f rawhide.dockerfile # podman run -ti rawhide # FROM fedora:rawhide RUN dnf -y update && \ dnf -y install git composer php-pdo && \ dnf clean all CMD ["bash"]