Skip to content

Commit 886d9cb

Browse files
authored
Add ext4 utilities to enable quotas (#26)
- e2fsprogs for chattr - quota-tools for repquota and setquota Signed-off-by: Jacoby Hickerson <[email protected]>
1 parent 5a06349 commit 886d9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.14.6
2-
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper
2+
RUN apk add --no-cache util-linux xfsprogs xfsprogs-extra lvm2 device-mapper e2fsprogs-extra quota-tools
33

44
ARG DBUILD_DATE
55
ARG DBUILD_REPO_URL="https://github.com/openebs/linux-utils"

0 commit comments

Comments
 (0)