diff --git a/images/ttyd/ttyd.fish b/images/ttyd/ttyd.fish index 521af75..77803d4 100755 --- a/images/ttyd/ttyd.fish +++ b/images/ttyd/ttyd.fish @@ -14,7 +14,7 @@ buildah from --pull --name builder registry.fedoraproject.org/fedora:latest; or # Remove the flag that prevents installing docs buildah run builder -- sed -i /nodocs/d /etc/dnf/dnf.conf -buildah run builder -- dnf update -y +buildah run builder -- dnf upgrade -y # Reinstall packages to install missing docs set -l installed_packages (buildah run builder -- dnf list --installed | tail -n +2 | awk '{print $1}')