Adding telnet

This commit is contained in:
Ben Radey
2023-05-26 21:50:10 -04:00
parent a9e83c876b
commit 6f351c7809
+19 -1
View File
@@ -27,6 +27,24 @@ RUN rpm-ostree install zfs && \
RUN test -h /usr/bin/ld && rm -v /usr/bin/ld RUN test -h /usr/bin/ld && rm -v /usr/bin/ld
RUN rpm-ostree install \ 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 \ 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 && rm -vrf /var && ostree container commit