Skip to content

Commit 9b20a6a

Browse files
authored
Update build.sh
1 parent 419aa43 commit 9b20a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ EXCLUDED_PACKAGES=($(jq -r "[(.all.exclude | (select(.\"$PACKAGE_LIST\" != null)
1616
(select(.\"$FEDORA_MAJOR_VERSION\" != null).\"$FEDORA_MAJOR_VERSION\".exclude | (select(.\"$PACKAGE_LIST\" != null).\"$PACKAGE_LIST\")[])] \
1717
| sort | unique[]" /tmp/packages.json))
1818

19+
echo "${INCLUDED_PACKAGES[@]}"
1920
# Ensure exclusion list only contains packages already present on image
2021
if [[ "${#EXCLUDED_PACKAGES[@]}" -gt 0 ]]; then
2122
EXCLUDED_PACKAGES=($(rpm -qa --queryformat='%{NAME} ' ${EXCLUDED_PACKAGES[@]}))

0 commit comments

Comments
 (0)