Skip to content

Commit

Permalink
Merge pull request pooler#180 from tyabu12/update_ubuntu_14.04_to_16.04
Browse files Browse the repository at this point in the history
Update Ubuntu version 14.04 to 16.04 in Dockerfile
  • Loading branch information
pooler authored Jun 11, 2019
2 parents 7e89602 + 94633de commit f9ef30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
#
#

FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Guillaume J. Charmes <[email protected]>

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

Expand Down

0 comments on commit f9ef30f

Please sign in to comment.