Skip to content

Commit

Permalink
Add rum clean and update commands to try to resolve segment faults
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Feb 21, 2025
1 parent 263f1ac commit f92bbd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/tests/images/rpm/Dockerfile.amazonlinux-2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM amazonlinux:2

ENV container docker

RUN yum clean all
RUN yum update
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 = \
Expand Down
2 changes: 2 additions & 0 deletions packaging/tests/images/rpm/Dockerfile.amazonlinux-2023
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM amazonlinux:2023

ENV container docker

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

RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i = \
Expand Down

0 comments on commit f92bbd4

Please sign in to comment.