mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-02-18 04:16:49 +00:00
Merge pull request #20 from digitalocean/support_jewel
docker: support building librados against ceph Jewel
This commit is contained in:
commit
d7f7638e99
@ -6,9 +6,14 @@ ENV GOPATH /go
|
||||
ENV PATH $GOROOT/bin:$PATH
|
||||
ENV APPLOC $GOPATH/src/github.com/digitalocean/ceph_exporter
|
||||
|
||||
RUN apt-get install -y apt-transport-https
|
||||
|
||||
RUN echo "deb https://download.ceph.com/debian-jewel trusty main" >> /etc/apt/sources.list
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential git curl && \
|
||||
apt-get install -y librados-dev librbd-dev
|
||||
apt-get install -y build-essential git curl
|
||||
|
||||
RUN apt-get install -y --force-yes librados-dev librbd-dev
|
||||
|
||||
RUN \
|
||||
mkdir -p /goroot && \
|
||||
|
Loading…
Reference in New Issue
Block a user