Change OS for docker build

This commit is contained in:
WO 2019-02-02 20:53:57 +09:00 committed by Martin
parent 7609ab7c76
commit bee0f8c709

View File

@ -1,6 +1,6 @@
# initialize from the image
FROM debian:9
FROM ubuntu:18.04
RUN apt-get update && \
apt-get upgrade -y && \