Skip to content

Commit f0584ef

Browse files
initial commit
1 parent b0b9452 commit f0584ef

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Dockerfile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@ RUN apt-get update && apt-get -y install \
1616

1717
# built-in packages
1818
RUN apt-get update \
19-
&& apt-get install -y --force-yes --no-install-recommends software-properties-common curl \
20-
&& sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/arc-theme.list" \
21-
&& curl -SL http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_16.04/Release.key | sudo apt-key add - \
22-
&& add-apt-repository ppa:fcwu-tw/ppa \
23-
&& apt-get update \
24-
&& apt-get install -y --force-yes --no-install-recommends \
25-
python3 python3-pip python3-dev build-essential \
19+
&& apt-get install -y --no-install-recommends \
20+
python3 python3-pip python3-dev python3-setuptools build-essential \
2621
&& apt-get autoclean \
2722
&& apt-get autoremove \
2823
&& rm -rf /var/lib/apt/lists/*
2924

30-
ENTRYPOINT ["/bash"]
25+
ENTRYPOINT bash
3126

3227
# Expose Volumes
3328
VOLUME /input /output /scripts

0 commit comments

Comments
 (0)