Adding smallstep

This commit is contained in:
Ben Radey
2025-07-18 11:00:28 -04:00
parent fab06df98f
commit 6371c2f532
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -45,6 +45,9 @@ COPY zrepl.asc /var/roothome/zrepl.asc
RUN rpm --import /var/roothome/zrepl.asc
COPY zrepl.repo /etc/yum.repos.d/zrepl.repo
# Install smallstep repository
COPY smallstep.repo /etc/yum.repos.d/smallstep.repo
RUN rpm-ostree install \
ansible \
borgbackup \
@@ -70,6 +73,7 @@ RUN rpm-ostree install \
rclone \
screen \
smartmontools \
step-cli \
strace \
stress-ng \
telnet \