From 7ef0887f806c1f30d5a72136ecbd63da2dc823bd Mon Sep 17 00:00:00 2001 From: plowsof Date: Mon, 23 Sep 2024 21:27:48 +0100 Subject: [PATCH] install all debs in builder container --- Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux b/Dockerfile.linux index 9119fc1c86..0971cd6818 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -50,4 +50,4 @@ COPY shared_functions.sh shared_functions.sh RUN chmod +x shared_functions.sh # Build with --network=none -RUN --network=none /bin/bash -c "source shared_functions.sh && build_all" \ No newline at end of file +RUN --network=none /bin/bash -c "source shared_functions.sh && install_debs_downloader && build_all" \ No newline at end of file