fix: arc-theme moves to ppa:fcwu-tw/apps

This commit is contained in:
Doro Wu 2018-03-14 11:53:27 +08:00
parent 99af8cd699
commit 10f4af2fab

View file

@ -6,9 +6,7 @@ RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/ap
# built-in packages # built-in packages
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common curl \ && 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" \ && add-apt-repository ppa:fcwu-tw/apps \
&& curl -SL http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key | apt-key add - \
&& add-apt-repository ppa:fcwu-tw/ppa \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends --allow-unauthenticated \ && apt-get install -y --no-install-recommends --allow-unauthenticated \
supervisor \ supervisor \