Add more packages to ttyd

This commit is contained in:
Mo 2023-08-13 14:48:41 +02:00
parent d8a3f5f4de
commit 510d68a7dd

View file

@ -23,19 +23,25 @@ buildah run builder -- dnf reinstall -y $installed_packages
buildah run builder -- dnf install -y \
fish \
git \
git-lfs \
htop \
jq \
man-db \
man-pages \
nano \
# openssh-clients \
openssl-devel \
passwd \
# procps-ng \
python3 \
rsync \
tree
# util-linux
tree \
vim \
# Important utils
openssh-clients \
procps-ng \
util-linux \
# Compilation
clang \
cmake \
openssl-devel
buildah run builder -- dnf autoremove -y
buildah run builder -- dnf clean -y all