Skip to content

Commit

Permalink
Fix podman build for ubi9-based assembly (#467)
Browse files Browse the repository at this point in the history
* fix: Fix build for ubi9-based assembly

Signed-off-by: RomanNikitenko <[email protected]>
  • Loading branch information
RomanNikitenko authored Dec 12, 2024
1 parent 94fcc25 commit 987aa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/linux-libc-ubi9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then npm run playwright-install; fi
RUN if [ "$(uname -m)" = "x86_64" ]; then \
ARCH=$(uname -m) && \
yum install --nobest -y procps \
https://rpmfind.net/linux/epel/9/Everything/${ARCH}/Packages/e/epel-release-9-8.el9.noarch.rpm \
https://rpmfind.net/linux/epel/9/Everything/${ARCH}/Packages/e/epel-release-9-9.el9.noarch.rpm \
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/${ARCH}/os/Packages/centos-gpg-keys-9.0-23.el9.noarch.rpm \
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/${ARCH}/os/Packages/centos-stream-repos-9.0-23.el9.noarch.rpm; \
fi
Expand Down

0 comments on commit 987aa8c

Please sign in to comment.