From 6f351c78097c3bc055539f6cb85a15d9d91062a6 Mon Sep 17 00:00:00 2001 From: Ben Radey Date: Fri, 26 May 2023 21:50:10 -0400 Subject: [PATCH] Adding telnet --- f38-server/Containerfile | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/f38-server/Containerfile b/f38-server/Containerfile index 40f2b74..da00c3b 100644 --- a/f38-server/Containerfile +++ b/f38-server/Containerfile @@ -27,6 +27,24 @@ RUN rpm-ostree install zfs && \ RUN test -h /usr/bin/ld && rm -v /usr/bin/ld RUN rpm-ostree install \ - distrobox iotop screen vim fuse-encfs borgbackup htop rclone ipmitool fuse-sshfs smartmontools nut lm_sensors hddtemp stress-ng pv nginx certbot \ - && rm -vrf /var && ostree container commit + borgbackup \ + certbot \ + distrobox \ + fuse-encfs \ + fuse-sshfs \ + hddtemp \ + htop \ + iotop \ + ipmitool \ + lm_sensors \ + nginx \ + nut \ + pv \ + rclone \ + screen \ + smartmontools \ + stress-ng \ + telnet \ + vim \ + && rm -vrf /var && ostree container commit