Skip to content

Commit b547d89

Browse files
committed
package.py - Fixed building in docker
1 parent 3c4b02e commit b547d89

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.py

-4
Original file line numberDiff line numberDiff line change
@@ -641,11 +641,7 @@ def prepare_command(args):
641641
source_path = query.source_path
642642
hash_extra = query.hash_extra
643643
recreate_missing_package = yesno_bool(args.recreate_missing_package)
644-
645-
# Compacting docker vars
646644
docker = query.docker
647-
if docker:
648-
docker = {k: v for k, v in docker.items() if v} or True
649645

650646
# Validate the query.
651647
if not os.path.exists(source_path):

0 commit comments

Comments
 (0)