Skip to content

Commit

Permalink
Fedora rawhide packages are not signed with the correct key.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 12, 2021
1 parent 632d3b3 commit d65b0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.fedora-rawhide
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN groupadd -g 289 ipaapi; useradd -u 289 -g 289 -c 'IPA Framework User' -r -d
# Workaround 1615948
RUN ln -s /bin/false /usr/sbin/systemd-machine-id-setup
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 patch \
&& dnf install -y --nogpgcheck --setopt=install_weak_deps=False freeipa-server freeipa-server-dns freeipa-server-trust-ad patch \
&& dnf clean all

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

0 comments on commit d65b0e4

Please sign in to comment.