Skip to content

Commit

Permalink
kanidm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 15, 2024
1 parent 5291c56 commit 4a063bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ RUN dnf install -y 'dnf-command(copr)' && \
xdg-utils-distrobox \
adw-gtk3-theme

# install kanidm
RUN dnf copr enable jbcrawford/kanidm && \
dnf install -y kanidm

# My packages
RUN dnf install -y \
adw-gtk3-theme \
Expand Down

0 comments on commit 4a063bf

Please sign in to comment.