Skip to content

Commit

Permalink
Add xfsprogs, e2fsprogs to the docker image
Browse files Browse the repository at this point in the history
Longhorn #2814

Signed-off-by: Joshua Moody <joshua.moody@suse.com>
  • Loading branch information
joshimoo authored and innobead committed Aug 20, 2021
1 parent 3dc851c commit 5b57b59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update && \
libnfsidmap-dev \
liburcu-dev \
libblkid-dev \
xfsprogs \
e2fsprogs \
&& rm -rf /var/lib/apt/lists/*

RUN curl -L https://github.com/longhorn/nfs-ganesha/archive/v3_20210302.tar.gz | tar zx \
Expand Down Expand Up @@ -70,6 +72,8 @@ RUN apt-get update && \
dbus \
libnfsidmap2 \
nfs-common \
xfsprogs \
e2fsprogs \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /var/run/dbus \
Expand Down

0 comments on commit 5b57b59

Please sign in to comment.