Remove the special handling for shfmt binary.
No need to grab a specific version of the shfm binary that
is not tested together with the distribution.
strace libkmod-devel gcc bzip2 xz tar wget rpm-build make git bash-completion \
sudo kernel dhcp-client qemu-kvm /usr/bin/qemu-system-$(uname -m) e2fsprogs \
tcpdump iproute iputils kbd NetworkManager btrfsprogs tgt dbus-broker \
- iscsiuio open-iscsi which ShellCheck procps pigz parted squashfs ntfsprogs \
+ iscsiuio open-iscsi which ShellCheck shfmt procps pigz parted squashfs ntfsprogs \
&& dnf -y remove dracut && dnf -y update && dnf clean all
-RUN shfmt_version=3.2.4; wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O /usr/local/bin/shfmt \
- && chmod +x /usr/local/bin/shfmt
-
# Set default command
CMD ["/usr/bin/bash"]