Skip to content

Commit

Permalink
Add ext4 utilities to enable quotas (#26)
Browse files Browse the repository at this point in the history
- e2fsprogs for chattr
- quota-tools for repquota and setquota

Signed-off-by: Jacoby Hickerson <jacoby.hickerson@outlook.com>
  • Loading branch information
hickersonj authored Jul 4, 2022
1 parent 5a06349 commit 886d9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.14.6
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools

ARG DBUILD_DATE
ARG DBUILD_REPO_URL="https://github.com/openebs/linux-utils"
Expand Down

0 comments on commit 886d9cb

Please sign in to comment.