remove upgrade flags used during testing

This commit is contained in:
thelamer 2024-01-22 09:57:41 -08:00
parent ec96c9d643
commit d397dc9776
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ ENV TITLE=darktable
RUN \
echo "**** install runtime packages ****" && \
pacman -Syu --noconfirm --needed \
pacman -Sy --noconfirm --needed \
darktable \
portmidi && \
echo "**** cleanup ****" && \

View File

@ -12,7 +12,7 @@ ENV TITLE=darktable
RUN \
echo "**** install runtime packages ****" && \
pacman -Syu --noconfirm --needed \
pacman -Sy --noconfirm --needed \
darktable \
portmidi && \
echo "**** cleanup ****" && \