Skip to content

Commit

Permalink
Install xfsprogs in the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Jun 20, 2019
1 parent d168f2c commit f085f5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/do-csi-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

FROM alpine:3.7

RUN apk add --no-cache ca-certificates e2fsprogs findmnt
RUN apk add --no-cache ca-certificates \
e2fsprogs \
findmnt \
xfsprogs

ADD do-csi-plugin /bin/

Expand Down

0 comments on commit f085f5a

Please sign in to comment.