# This should always be replaced with podman build --from.
FROM localhost/image-to-test
COPY . /src
RUN /src/run /
