Skip to content

Commit f311c7f

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: reformat install line
Signed-off-by: Andrew Schoen <[email protected]>
1 parent 7a5f7fd commit f311c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ RUN \
7171
# download and install packages from web, cleaning any files as you go.
7272
# Installs should support install of ganesha for luminous
7373
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) \
74+
microdnf install -y --setopt=install_weak_deps=0 --nodocs \
75+
$(cat packages-*.txt) \
7676
&& \
7777
echo '@ceph - memlock 204800' >> /etc/security/limits.conf && \
7878
echo '@root - memlock 204800' >> /etc/security/limits.conf && \

0 commit comments

Comments
 (0)