Sign inSign up

d3lx/golang

By d3lx

Updated over 7 years ago

Image
0

1.8K

d3lx/golang repository overview

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

Tag summary

Content type

Image

Digest

Size

347.6 MB

Last updated

over 7 years ago

docker pull d3lx/golang:yunion