mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Improve debuggabilities (#801)
This commit is contained in:
parent
e495bd6122
commit
0b3fc8caf0
|
@ -7,7 +7,8 @@ RUN zypper --gpg-auto-import-keys ref --force
|
|||
RUN zypper refresh
|
||||
RUN zypper install -y timezone freeradius-client freeradius-server freeradius-server-ldap \
|
||||
freeradius-server-python3 openldap2-client freeradius-server-utils hostname \
|
||||
python3 python3-requests python3-devel && \
|
||||
python3 python3-requests python3-devel \
|
||||
iproute2 iputils curl && \
|
||||
zypper clean
|
||||
|
||||
# Copy the python module to /etc/raddb
|
||||
|
|
Loading…
Reference in a new issue