Skip to content

Commit

Permalink
remove upgrade flags used during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jan 22, 2024
1 parent ec96c9d commit d397dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV TITLE=darktable

RUN \
echo "**** install runtime packages ****" && \
pacman -Syu --noconfirm --needed \
pacman -Sy --noconfirm --needed \
darktable \
portmidi && \
echo "**** cleanup ****" && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV TITLE=darktable

RUN \
echo "**** install runtime packages ****" && \
pacman -Syu --noconfirm --needed \
pacman -Sy --noconfirm --needed \
darktable \
portmidi && \
echo "**** cleanup ****" && \
Expand Down

0 comments on commit d397dc9

Please sign in to comment.