From 109317c99535ab18a8640db30eb2e05411e81a91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:17:08 +0000 Subject: [PATCH 1/2] Initial plan From ce50f1bdb0b20d5221eea76cc51ae78edcf0d56b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:20:50 +0000 Subject: [PATCH 2/2] Fix libmsquic package URL for openSUSE feed Co-authored-by: richlander <2608468+richlander@users.noreply.github.com> --- src/opensuse/16.0/helix/amd64/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/opensuse/16.0/helix/amd64/Dockerfile b/src/opensuse/16.0/helix/amd64/Dockerfile index 6f7a0344c..49e5c268b 100644 --- a/src/opensuse/16.0/helix/amd64/Dockerfile +++ b/src/opensuse/16.0/helix/amd64/Dockerfile @@ -40,9 +40,9 @@ ENV LANG=en_US.utf8 RUN wget https://packages.microsoft.com/keys/microsoft.asc \ && rpm --import microsoft.asc \ && rm microsoft.asc \ - && wget "https://packages.microsoft.com/opensuse/15/prod/libmsquic-${LIBMSQUIC_VERSION}-x86_64.rpm" \ - && rpm -i libmsquic-${LIBMSQUIC_VERSION}-x86_64.rpm \ - && rm libmsquic-${LIBMSQUIC_VERSION}-x86_64.rpm + && wget "https://packages.microsoft.com/opensuse/15/prod/Packages/l/libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm" \ + && rpm -i libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm \ + && rm libmsquic-${LIBMSQUIC_VERSION}-1.x86_64.rpm RUN ln -sf /usr/bin/python3.13 /usr/bin/python