style: seperate firefox removal and rpms
This commit is contained in:
@@ -10,8 +10,9 @@ COPY recipe.yml /etc/ublue-recipe.yml
|
|||||||
|
|
||||||
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq
|
COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq
|
||||||
|
|
||||||
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
RUN rpm-ostree override remove firefox firefox-langpacks
|
||||||
echo "-- Installing RPMs defined in recipe.yml --" && \
|
|
||||||
|
RUN echo "-- Installing RPMs defined in recipe.yml --" && \
|
||||||
rpm_packages=$(yq '.rpms[]' < /etc/ublue-recipe.yml) && \
|
rpm_packages=$(yq '.rpms[]' < /etc/ublue-recipe.yml) && \
|
||||||
for pkg in $rpm_packages; do \
|
for pkg in $rpm_packages; do \
|
||||||
echo "Installing: ${pkg}" && \
|
echo "Installing: ${pkg}" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user