We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99af8cd commit 10f4af2Copy full SHA for 10f4af2
Dockerfile
@@ -6,9 +6,7 @@ RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/ap
6
# built-in packages
7
RUN apt-get update \
8
&& 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 \
+ && add-apt-repository ppa:fcwu-tw/apps \
12
&& apt-get update \
13
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
14
supervisor \
0 commit comments