Skip to content

Commit 10f4af2

Browse files
committed
fix: arc-theme moves to ppa:fcwu-tw/apps
1 parent 99af8cd commit 10f4af2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/ap
66
# built-in packages
77
RUN apt-get update \
88
&& apt-get install -y --no-install-recommends software-properties-common curl \
9-
&& sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/arc-theme.list" \
10-
&& curl -SL http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key | apt-key add - \
11-
&& add-apt-repository ppa:fcwu-tw/ppa \
9+
&& add-apt-repository ppa:fcwu-tw/apps \
1210
&& apt-get update \
1311
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
1412
supervisor \

0 commit comments

Comments
 (0)