mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03: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:
parent
b24156805a
commit
f935134a19
@ -140,7 +140,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
||||
"python3.11-packaging" \
|
||||
"python3.11-psycopg2" \
|
||||
rsync \
|
||||
rsyslog-8.2102.0-106.el9 \
|
||||
rsyslog \
|
||||
subversion \
|
||||
sudo \
|
||||
vim-minimal \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user