mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
14 lines
538 B
Django/Jinja
14 lines
538 B
Django/Jinja
FROM registry.access.redhat.com/ubi9/python-311:latest
|
|
|
|
USER 0
|
|
|
|
CMD ["/sbin/init"]
|
|
|
|
STOPSIGNAL SIGRTMIN+3
|
|
|
|
#mask systemd-machine-id-commit.service - partial fix for https://bugzilla.redhat.com/show_bug.cgi?id=1472439
|
|
RUN systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service systemd-udev-trigger.service systemd-udevd.service systemd-random-seed.service systemd-machine-id-commit.service
|
|
|
|
RUN dnf -y install sudo procps-ng && dnf clean all
|
|
|
|
|