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 \