Add more packages to ttyd
This commit is contained in:
parent
d8a3f5f4de
commit
510d68a7dd
1 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue