From f75cbef0f9546e43da4759360417794944eeec6f Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 16 Jul 2022 11:58:41 -0400 Subject: [PATCH] update repo for obconf-qt package --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a124bfd..e8d2e371 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ font-noto \ openbox \ xterm && \ - apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ obconf-qt && \ echo "**** openbox tweaks ****" && \ ln -s /usr/bin/obconf-qt /usr/bin/obconf && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2394975e..1bbcfe49 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -15,7 +15,7 @@ RUN \ font-noto \ openbox \ xterm && \ - apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ obconf-qt && \ echo "**** openbox tweaks ****" && \ ln -s /usr/bin/obconf-qt /usr/bin/obconf && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 7ddd693a..9646d8ea 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -15,7 +15,7 @@ RUN \ font-noto \ openbox \ xterm && \ - apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \ obconf-qt && \ echo "**** openbox tweaks ****" && \ ln -s /usr/bin/obconf-qt /usr/bin/obconf && \