Download:
child 194:7dab4b84d205
parent 192:513e6162d4d6
193:9c3b5aeb722c
Anton Shestakov <av6@dwimlabs.net>, Sat, 30 Jul 2016 13:48:34 +0800
checker: explicitly add python 2.7 and 3.5 to dockerfile

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
dockerfiles/ubuntu-xenial file | annotate | diff | comparison | revisions
--- a/dockerfiles/ubuntu-xenial Sat Jul 30 13:42:46 2016 +0800
+++ b/dockerfiles/ubuntu-xenial Sat Jul 30 13:48:34 2016 +0800
@@ -2,6 +2,8 @@
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 \
build-essential \
git \
mercurial \