From bf158798389074739f44a8b8edf38c82de85967f Mon Sep 17 00:00:00 2001 From: plowsof Date: Mon, 30 Sep 2024 21:01:35 +0100 Subject: [PATCH] run check_debs --- Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux b/Dockerfile.linux index eb56a05525..f07c4ed738 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -12,7 +12,7 @@ COPY shared_functions.sh shared_functions.sh RUN chmod +x shared_functions.sh # Single CMD with all required commands -RUN /bin/bash -c "source shared_functions.sh && get_packages && verify_packages" +RUN /bin/bash -c "source shared_functions.sh && check_debs" #todo: improve function name # Stage 2: Downloader FROM ubuntu:16.04@sha256:1f1a2d56de1d604801a9671f301190704c25d604a416f59e03c04f5c6ffee0d6 as downloader