mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Install GCC in Dockerfile
This also removes make which isn't in use anymore.
This commit is contained in:
parent
4732d87d8e
commit
e8ebcede5b
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:13.10
|
FROM ubuntu:13.10
|
||||||
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -yq curl git mercurial make
|
RUN apt-get update && apt-get install -yq curl git mercurial gcc
|
||||||
RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -C /usr/local -xzf -
|
RUN curl -s https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz | tar -C /usr/local -xzf -
|
||||||
ENV PATH /usr/local/go/bin:$PATH
|
ENV PATH /usr/local/go/bin:$PATH
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|
Loading…
Reference in a new issue