Skip to content

Commit

Permalink
add e2fsprogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph authored Aug 17, 2021
1 parent c9077c3 commit beb8b4a
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
Expand Up @@ -17,7 +17,7 @@ COPY [ "alpine-chroot-install", "/opt/alpine-chroot-install" ]

ARG TARGET_ARCH=x86_64

RUN PACKAGES="bash ca-certificates curl gawk blkid util-linux mkinitfs efibootmgr dosfstools ethtool iproute2 dhcpcd sed wget tar xz gzip openssh-client openssh-server openssh-sftp-server linux-lts linux-firmware-none grub grub-bios grub-efi" && \
RUN PACKAGES="bash ca-certificates curl gawk blkid util-linux mkinitfs efibootmgr dosfstools ethtool iproute2 dhcpcd sed wget tar xz gzip openssh-client openssh-server openssh-sftp-server linux-lts linux-firmware-none grub grub-bios grub-efi e2fsprogs" && \
mkdir -p /work/rootfs && \
chmod +x /opt/alpine-chroot-install && \
/opt/alpine-chroot-install \
Expand Down

0 comments on commit beb8b4a

Please sign in to comment.