Skip to content

Commit

Permalink
Add ruby-devel yum install to amazon docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Feb 21, 2025
1 parent c359286 commit 263f1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/tests/images/rpm/Dockerfile.amazonlinux-2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM amazonlinux:2

ENV container docker

RUN yum install -y curl procps initscripts systemd wget tar
RUN yum install -y curl procps initscripts systemd wget tar ruby-devel

RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i = \
"systemd-tmpfiles-setup.service" ] || rm -f $i; done); \
Expand Down
2 changes: 1 addition & 1 deletion packaging/tests/images/rpm/Dockerfile.amazonlinux-2023
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM amazonlinux:2023

ENV container docker

RUN yum install -y procps initscripts systemd wget tar
RUN yum install -y procps initscripts systemd wget tar ruby-devel

RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i = \
"systemd-tmpfiles-setup.service" ] || rm -f $i; done); \
Expand Down

0 comments on commit 263f1ac

Please sign in to comment.