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