Skip to content

Commit f9ef30f

Browse files
authored
Merge pull request pooler#180 from tyabu12/update_ubuntu_14.04_to_16.04
Update Ubuntu version 14.04 to 16.04 in Dockerfile
2 parents 7e89602 + 94633de commit f9ef30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#
66
#
77

8-
FROM ubuntu:14.04
8+
FROM ubuntu:16.04
99
MAINTAINER Guillaume J. Charmes <[email protected]>
1010

1111
RUN apt-get update -qq && \
12-
apt-get install -qqy automake libcurl4-openssl-dev git make
12+
apt-get install -qqy automake libcurl4-openssl-dev git make gcc
1313

1414
RUN git clone https://github.com/pooler/cpuminer
1515

0 commit comments

Comments
 (0)