Skip to content

Commit

Permalink
Support xfs on arm arch
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Logvinov <[email protected]>
  • Loading branch information
sergelogvinov committed Mar 12, 2024
1 parent cd3c0b6 commit 6a30e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_arm_all
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ FROM arm64v8/oraclelinux:7-slim

RUN yum install -y util-linux \
&& yum install -y e2fsprogs \
&& yum install -y xfsprogs \
&& yum clean all
\

COPY scripts/encrypt-mount /sbin/encrypt-mount
COPY scripts/encrypt-umount /sbin/encrypt-umount
Expand Down

0 comments on commit 6a30e0c

Please sign in to comment.