Skip to content

Commit 487293f

Browse files
andrewschoenbigjust
authored andcommitted
Dockerfile: only verify packages-ceph.txt
Signed-off-by: Andrew Schoen <[email protected]>
1 parent f311c7f commit 487293f

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
@@ -84,7 +84,7 @@ microdnf install -y --setopt=install_weak_deps=0 --nodocs \
8484
echo 'Postinstall cleanup' && \
8585
( microdnf clean all && \
8686
rpm -q \
87-
$(cat packages-*.txt) \
87+
$(cat packages-ceph.txt) \
8888
&& \
8989
rm -f /etc/profile.d/lang.sh ) && \
9090
# Tweak some configuration files on the container system
@@ -112,6 +112,6 @@ find /var/log/ -type f -exec truncate -s 0 {} \; && \
112112
#
113113
# Verify that the packages installed haven't been accidentally cleaned
114114
rpm -q \
115-
$(cat packages-*.txt) \
115+
$(cat packages-ceph.txt) \
116116
&& echo 'Packages verified successfully'
117117

0 commit comments

Comments
 (0)