Download:
child 260:7ffb6f327aa4
parent 258:cbed3b988414
259:d6260ec4891d
Anton Shestakov <av6@dwimlabs.net>, Fri, 03 Feb 2017 18:08:05 +0800
docker: worker image doesn't need python 3.5 specifically, any 3.x is fine

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
dockerfiles/ubuntu-xenial file | annotate | diff | comparison | revisions
--- a/dockerfiles/ubuntu-xenial Sun Dec 04 14:33:51 2016 +0800
+++ b/dockerfiles/ubuntu-xenial Fri Feb 03 18:08:05 2017 +0800
@@ -3,7 +3,7 @@
RUN echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2.7 \
- python3.5 \
+ python3 \
build-essential \
git \
mercurial \