Fix Release file not found error when execute docker build command.

This commit is contained in:
carimatics 2018-01-30 23:49:34 +09:00
parent 21b9b1993f
commit 042fa77357

View File

@ -1,5 +1,5 @@
# Start from ubuntu
FROM ubuntu:17.04
FROM ubuntu:16.04
# Update repos and install dependencies
RUN apt-get update \