From d397dc9776fd06fd28ab2470fa4694b39eb0bfec Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 22 Jan 2024 09:57:41 -0800 Subject: [PATCH] remove upgrade flags used during testing --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c083da..bfe4efb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV TITLE=darktable RUN \ echo "**** install runtime packages ****" && \ - pacman -Syu --noconfirm --needed \ + pacman -Sy --noconfirm --needed \ darktable \ portmidi && \ echo "**** cleanup ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index aa8d7b0..6101b10 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -12,7 +12,7 @@ ENV TITLE=darktable RUN \ echo "**** install runtime packages ****" && \ - pacman -Syu --noconfirm --needed \ + pacman -Sy --noconfirm --needed \ darktable \ portmidi && \ echo "**** cleanup ****" && \