Update Ubuntu version 14.04 to 16.04
Ubuntu 14.04 is the end of support.
This commit is contained in:
parent
7e8960212f
commit
94633de71e
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:16.04
|
||||||
MAINTAINER Guillaume J. Charmes <guillaume@charmes.net>
|
MAINTAINER Guillaume J. Charmes <guillaume@charmes.net>
|
||||||
|
|
||||||
RUN apt-get update -qq && \
|
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
|
RUN git clone https://github.com/pooler/cpuminer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue