Skip to content

Commit

Permalink
Workaround 2319608.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Oct 18, 2024
1 parent 34e6eed commit cf44196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN dnf upgrade -y --setopt=install_weak_deps=False \
&& dnf install -y --setopt=install_weak_deps=False freeipa-server freeipa-server-dns freeipa-server-trust-ad freeipa-healthcheck freeipa-client-epn patch \
&& dnf clean all

# Workaround 2319608
RUN python3 -c 'import SSSDConfig'

# debug: RUN test $( getent passwd | grep -E "^(dirsrv:x:389|ipaapi:x:289|kdcproxy:x:288|pkiuser:x:17):" | wc -l ) -eq 4

# var-lib-nfs-rpc_pipefs.mount would run (and fail) nondeterministically
Expand Down

0 comments on commit cf44196

Please sign in to comment.