diff --git a/Containerfile b/Containerfile index 90d3d51..43f9bb1 100644 --- a/Containerfile +++ b/Containerfile @@ -10,8 +10,9 @@ COPY recipe.yml /etc/ublue-recipe.yml COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq -RUN rpm-ostree override remove firefox firefox-langpacks && \ - echo "-- Installing RPMs defined in recipe.yml --" && \ +RUN rpm-ostree override remove firefox firefox-langpacks + +RUN echo "-- Installing RPMs defined in recipe.yml --" && \ rpm_packages=$(yq '.rpms[]' < /etc/ublue-recipe.yml) && \ for pkg in $rpm_packages; do \ echo "Installing: ${pkg}" && \