Skip to content

Commit 53c9aa8

Browse files
author
Matthias Köppe
committed
build/bin/write-dockerfile.s: Use xbps-query -R to check whether a package exists in the repo
1 parent 4a429fb commit 53c9aa8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/bin/write-dockerfile.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ EOF
128128
ENDRUN=\'
129129
;;
130130
void*)
131-
# https://hub.docker.com/r/voidlinux/masterdir-x86_64-musl
132131
UPDATE="xbps-install -Suy &&"
133-
EXISTS="xbps-query"
132+
EXISTS="xbps-query -R"
134133
INSTALL="xbps-install --yes"
135134
;;
136135
opensuse*)

0 commit comments

Comments
 (0)