Merge pull request #180 from tyabu12/update_ubuntu_14.04_to_16.04
Update Ubuntu version 14.04 to 16.04 in Dockerfile
This commit is contained in:
commit
f9ef30f0b2
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>
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue