Skip to content

Commit

Permalink
ls -la
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 23, 2024
1 parent 70bb7d1 commit 1a1731b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ COPY shared_functions.sh shared_functions.sh
RUN chmod +x 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 && build_all"

0 comments on commit 1a1731b

Please sign in to comment.