Skip to content

Commit

Permalink
Rm -rf sources
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof authored Oct 2, 2024
1 parent e8b37b2 commit 863b0de
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 @@ -71,4 +71,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 && extract_all_tarballs && build_all"
RUN --network=none /bin/bash -c "source shared_functions.sh && install_debs_downloader && install_debs_tarballs && extract_all_tarballs && build_all && rm -rf /sources"

0 comments on commit 863b0de

Please sign in to comment.