1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-24 10:59:30 +00:00
ceph-csi/vendor/github.com/gemalto/kmip-go/Dockerfile

11 lines
128 B
Docker
Raw Normal View History

FROM golang:alpine
RUN apk --no-cache add make git curl bash fish
WORKDIR /project
COPY ./ /project
RUN make tools
CMD make