Skip to content

Commit

Permalink
Add tree to rocky containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 19, 2024
1 parent f95e4fd commit cccdd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom/testing/golden-state-tree/os/rocky/pkgs/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ include:
- pkgs.sed
- pkgs.swig
- pkgs.tar
- pkgs.tree
- pkgs.zlib
- pkgs.vault
- pkgs.jq
Expand Down
2 changes: 1 addition & 1 deletion custom/testing/systemd-rockylinux-9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN <<EOF

yum update -y
yum install -y epel-release
yum install -y wget tar xz patchelf systemd
yum install -y wget tar xz patchelf tree systemd

wget https://packages.broadcom.com/artifactory/saltproject-generic/onedir/3007.1/salt-3007.1-onedir-linux-$ARCH.tar.xz
tar xf salt-3007.1-onedir-linux-$ARCH.tar.xz
Expand Down

0 comments on commit cccdd36

Please sign in to comment.