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 f311c7f commit 487293fCopy full SHA for 487293f
Dockerfile
@@ -84,7 +84,7 @@ microdnf install -y --setopt=install_weak_deps=0 --nodocs \
84
echo 'Postinstall cleanup' && \
85
( microdnf clean all && \
86
rpm -q \
87
- $(cat packages-*.txt) \
+ $(cat packages-ceph.txt) \
88
&& \
89
rm -f /etc/profile.d/lang.sh ) && \
90
# Tweak some configuration files on the container system
@@ -112,6 +112,6 @@ find /var/log/ -type f -exec truncate -s 0 {} \; && \
112
#
113
# Verify that the packages installed haven't been accidentally cleaned
114
115
116
&& echo 'Packages verified successfully'
117
0 commit comments