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 && \