1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-02-19 17:19:30 +00:00
ceph-csi/vendor/github.com/gemalto/kmip-go/Dockerfile
Rakshith R e72ed593be rebase: vendor files required for kmip
Signed-off-by: Rakshith R <rar@redhat.com>
2022-08-18 07:41:42 +00:00

11 lines
128 B
Docker

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