Skip to content

Commit

Permalink
install expect package in dev/test images (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Oct 2, 2024
1 parent 0a937ab commit c500e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/almalinux-8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dnf install -y \
kmod \
iproute \
chrony \
expect \
vim \
--allowerasing

Expand Down
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/debian-bookworm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
kmod \
iproute2 \
systemd-timesyncd \
expect \
vim

# Override timesyncd config to allow it to run in containers
Expand Down
1 change: 1 addition & 0 deletions dev/distros/dockerfiles/ubuntu-jammy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y \
kmod \
iproute2 \
systemd-timesyncd \
expect \
vim

# Override timesyncd config to allow it to run in containers
Expand Down

0 comments on commit c500e4e

Please sign in to comment.