Skip to content

Commit

Permalink
Release v0.8.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
happytreees committed Jan 30, 2023
2 parents 2064ed1 + bbf462d commit f2a42a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:latest

RUN apk add --no-cache ca-certificates e2fsprogs findmnt
RUN apk update
RUN apk add --no-cache ca-certificates e2fsprogs findmnt bind-tools

ADD csi-vultr-plugin /
ENTRYPOINT ["/csi-vultr-plugin"]

0 comments on commit f2a42a9

Please sign in to comment.