We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f7fd commit f311c7fCopy full SHA for f311c7f
Dockerfile
@@ -71,8 +71,8 @@ RUN \
71
# download and install packages from web, cleaning any files as you go.
72
# Installs should support install of ganesha for luminous
73
microdnf update -y --setopt=install_weak_deps=0 --nodocs && \
74
-microdnf install -y --setopt=install_weak_deps=0 --nodocs python3-saml \
75
- $(cat packages-*.txt) \
+microdnf install -y --setopt=install_weak_deps=0 --nodocs \
+ $(cat packages-*.txt) \
76
&& \
77
echo '@ceph - memlock 204800' >> /etc/security/limits.conf && \
78
echo '@root - memlock 204800' >> /etc/security/limits.conf && \
0 commit comments