File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,13 @@ RUN apt-get update && apt-get -y install \
1616
1717# built-in packages
1818RUN 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
3328VOLUME /input /output /scripts
You can’t perform that action at this time.
0 commit comments