Skip to content

Commit

Permalink
install all debs in builder container
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 23, 2024
1 parent d074a6d commit 7ef0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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"
RUN --network=none /bin/bash -c "source shared_functions.sh && install_debs_downloader && build_all"

0 comments on commit 7ef0887

Please sign in to comment.