From 66e7b351c435fdb97ff3ddfb465093f74ab6f672 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 11 Jul 2023 13:51:05 +0300 Subject: [PATCH] fix(docker): Try to enable tesing old SILE images by *not* refreshing them Arch Linux does not support partial upgrades. We can't upgrade all the base system packages and still expect a legacy version of SILE that we didn't update to still run. We're going to be limited to testing against versions we can install compatible packages for, possible from an archive eventually. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7572bc..f12ea9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ ARG DOCKER_HUB_CACHE=0 ARG RUNTIME_DEPS -# Freshen all base system packages -RUN pacman --needed --noconfirm -Syuq && yes | pacman -Sccq - # Install run-time dependencies RUN pacman --needed --noconfirm -Sq $RUNTIME_DEPS && yes | pacman -Sccq