From 94633de71e2e4cffc1bb8bec7d7fb2687714eb59 Mon Sep 17 00:00:00 2001 From: Tomohito YABU Date: Sat, 8 Jun 2019 08:43:14 +0900 Subject: [PATCH] Update Ubuntu version 14.04 to 16.04 Ubuntu 14.04 is the end of support. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3230f725..acc3680d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,11 +5,11 @@ # # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Guillaume J. Charmes 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