Skip to content

Commit

Permalink
Update packages installed so far (and from base image)
Browse files Browse the repository at this point in the history
This will allow for newer samba packages
  • Loading branch information
bdunne committed Apr 10, 2023
1 parent 967ca37 commit 6fcb219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN dnf config-manager --setopt=tsflags=nodocs --setopt=install_weak_deps=False
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpm.manageiq.org/release/17-quinteros/el8/noarch/manageiq-release-17.0-1.el8.noarch.rpm && \
dnf -y update && \
dnf -y module enable postgresql:13 ruby:3.0 && \
if [[ "$RELEASE_BUILD" != "true" ]]; then dnf config-manager --enable manageiq-17-quinteros-nightly; fi && \
dnf config-manager --setopt=ubi-8-*.exclude=dracut*,net-snmp*,perl-*,redhat-release* --save && \
Expand Down

0 comments on commit 6fcb219

Please sign in to comment.