mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-17 18:45:08 +00:00
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
|
||||
|
||||
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}" && \
|
||||
|
||||
Reference in New Issue
Block a user