Skip to content

Commit

Permalink
Add support for xfs filesystem (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Payes <payes.anand@mayadata.io>
  • Loading branch information
payes authored and prateekpandey14 committed Nov 29, 2019
1 parent 710be25 commit cc5d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/cstor-csi-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM ubuntu:16.04
RUN apt-get update; exit 0
RUN apt-get -y install rsyslog
RUN apt-get -y install rsyslog xfsprogs
#RUN apt-get clean && rm -rf /var/lib/apt/lists/*

COPY cstor-csi-driver /usr/local/bin/
Expand Down

0 comments on commit cc5d4a3

Please # to comment.