mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Unpin rsyslog in container (#16203)
docker buildx build fails with "Error: Unable to find a match: rsyslog-8.2102.0-106.el9" unpinning builds successfully for both arm64 and x86_64 Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -140,7 +140,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
"python3.11-packaging" \
|
"python3.11-packaging" \
|
||||||
"python3.11-psycopg2" \
|
"python3.11-psycopg2" \
|
||||||
rsync \
|
rsync \
|
||||||
rsyslog-8.2102.0-106.el9 \
|
rsyslog \
|
||||||
subversion \
|
subversion \
|
||||||
sudo \
|
sudo \
|
||||||
vim-minimal \
|
vim-minimal \
|
||||||
|
|||||||
Reference in New Issue
Block a user