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:
pooler 2019-06-11 12:20:44 -05:00 committed by GitHub
commit f9ef30f0b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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