Upgrade Docker base image to Ubuntu 17.10

This commit is contained in:
2018-02-01 15:52:59 +01:00
parent 917417a8d5
commit ffc4f271e8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:16.10
FROM ubuntu:17.10
MAINTAINER Francesco Siddi <francesco@blender.org>
RUN apt-get update && apt-get install -qyy \

View File

@@ -9,7 +9,7 @@ RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list && \
checkinstall \
curl
RUN apt-get build-dep -y python3.5
RUN apt-get build-dep -y python3.6
ADD Python-3.6.4.tar.xz.md5 /Python-3.6.4.tar.xz.md5