File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ RUN dnf5 install gnome-shell --setopt=install_weak_deps=False -y && \
3333
3434# 4. Listas de pacotes personalizadas
3535# Copiadas separadamente para evitar a invalidação do cache do GNOME e NVIDIA
36- COPY pacotes_necessarios pacotes_desktop . /
37- RUN grep -v '^#' pacotes_necessarios | tr '\n ' ' ' | xargs dnf5 install -y && \
38- grep -v '^#' pacotes_desktop | tr '\n ' ' ' | xargs dnf5 install -y && \
39- rm -fv pacotes_necessarios pacotes_desktop && \
36+ COPY pacotes_necessarios pacotes_desktop /tmp /
37+ RUN grep -v '^#' /tmp/ pacotes_necessarios | tr '\n ' ' ' | xargs dnf5 install -y && \
38+ grep -v '^#' /tmp/ pacotes_desktop | tr '\n ' ' ' | xargs dnf5 install -y && \
39+ rm -fv /tmp/ pacotes_necessarios /tmp/ pacotes_desktop && \
4040 dnf5 clean all && \
4141 rm -rfv /var/cache/* /var/lib/dnf/* /var/log/* /tmp/* /var/tmp/*
4242
You can’t perform that action at this time.
0 commit comments