Skip to content

Commit

Permalink
extract tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 24, 2024
1 parent 352fb17 commit 58ac8ef
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 @@ -51,4 +51,4 @@ RUN chmod +x /sources/shared_functions.sh

# Build with --network=none
RUN /bin/bash -c "ls -la"
RUN --network=none /bin/bash -c "source shared_functions.sh && install_debs_downloader && install_debs_tarballs && build_all"
RUN --network=none /bin/bash -c "source shared_functions.sh && install_debs_downloader && install_debs_tarballs && extract_all_tarballs && build_all"

0 comments on commit 58ac8ef

Please sign in to comment.