From 10f4af2fab424bfe033d3bb8301d5451ec591fa0 Mon Sep 17 00:00:00 2001 From: Doro Wu Date: Wed, 14 Mar 2018 11:53:27 +0800 Subject: [PATCH] fix: arc-theme moves to ppa:fcwu-tw/apps --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b5579d..05cc5a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,9 +6,7 @@ RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/ap # built-in packages RUN apt-get update \ && apt-get install -y --no-install-recommends software-properties-common curl \ - && sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/arc-theme.list" \ - && curl -SL http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key | apt-key add - \ - && add-apt-repository ppa:fcwu-tw/ppa \ + && add-apt-repository ppa:fcwu-tw/apps \ && apt-get update \ && apt-get install -y --no-install-recommends --allow-unauthenticated \ supervisor \