mirror of
https://github.com/linuxserver/docker-darktable.git
synced 2026-02-23 00:00:56 +08:00
remove upgrade flags used during testing
This commit is contained in:
parent
ec96c9d643
commit
d397dc9776
@ -12,7 +12,7 @@ ENV TITLE=darktable
|
||||
|
||||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
pacman -Syu --noconfirm --needed \
|
||||
pacman -Sy --noconfirm --needed \
|
||||
darktable \
|
||||
portmidi && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
@ -12,7 +12,7 @@ ENV TITLE=darktable
|
||||
|
||||
RUN \
|
||||
echo "**** install runtime packages ****" && \
|
||||
pacman -Syu --noconfirm --needed \
|
||||
pacman -Sy --noconfirm --needed \
|
||||
darktable \
|
||||
portmidi && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user