Update Ubuntu version 14.04 to 16.04

Ubuntu 14.04 is the end of support.
This commit is contained in:
Tomohito YABU 2019-06-08 08:43:14 +09:00
parent 7e8960212f
commit 94633de71e

View file

@ -5,11 +5,11 @@
#
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Guillaume J. Charmes <guillaume@charmes.net>
RUN apt-get update -qq && \
apt-get install -qqy automake libcurl4-openssl-dev git make
apt-get install -qqy automake libcurl4-openssl-dev git make gcc
RUN git clone https://github.com/pooler/cpuminer