FROM golang:latest
RUN apt-get update && apt-get install software-properties-common apt-transport-https -y
ARG CEPH_REPO_URL=https://download.ceph.com/debian-luminous/
RUN wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add -
RUN apt-add-repository "deb ${CEPH_REPO_URL} xenial main"
RUN apt-get update && apt-get install libcephfs-dev librbd-dev librados-dev -y
Content type
Image
Digest
Size
347.6 MB
Last updated
over 7 years ago
docker pull d3lx/golang:yunion