Setup podman for local testing

This commit is contained in:
gmpinder
2023-06-11 11:23:14 -04:00
parent c843386994
commit a398fc1673

View File

@@ -33,6 +33,7 @@ COPY usr/bin /usr/bin
COPY usr/lib /usr/lib
COPY usr/etc /usr/etc
COPY usr/share /usr/share
COPY etc /etc
# Copy the recipe that we're building.
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml