build: switch from ubuntu to debian in docker build

This commit is contained in:
Pavol Rusnak 2017-07-31 10:06:27 +02:00
parent 4ee52ab95f
commit 0feede5a01
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# initialize from the image
FROM ubuntu:16.04
FROM debian:9
# update repositories