Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
change the ubuntu version for the latest one, install build dependencies and update the bin name
  • Loading branch information
aethernet committed Sep 26, 2017
1 parent 521c697 commit 87d11f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
#
#

FROM ubuntu:12.10
FROM ubuntu:latest
MAINTAINER Guillaume J. Charmes <guillaume@charmes.net>

RUN apt-get update -qq

RUN apt-get install -qqy build-essential
RUN apt-get install -qqy automake
RUN apt-get install -qqy libcurl4-openssl-dev
RUN apt-get install -qqy git
Expand All @@ -22,4 +23,4 @@ RUN cd cpuminer && ./configure CFLAGS="-O3"
RUN cd cpuminer && make

WORKDIR /cpuminer
ENTRYPOINT ["./cpuminer"]
ENTRYPOINT ["./minerd"]

0 comments on commit 87d11f6

Please sign in to comment.