Upgrade backend to production version of Ubuntu

This commit is contained in:
Laurent Bossavit 2016-05-08 16:45:50 +02:00
parent 48a18584c3
commit 089e4a8dbd

View file

@ -1,4 +1,4 @@
FROM ubuntu:15.10
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y postgresql-server-dev-all
RUN apt-get install -y python3-dev