Skip to content

Commit

Permalink
Merge branch 'pin' of github.com:plowsof/monero-gui into pin
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 2, 2024
2 parents 4abcaab + 863b0de commit 22d16ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"
2 changes: 1 addition & 1 deletion shared_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ dpkg_ordered() {
deb_file="${tuplet[i+1]}" # The second item (filename)
echo "Installing $deb_file"
dpkg -i "$deb_file"
rm "$deb_file"
#rm "$wedeb_file"
done
}

Expand Down

0 comments on commit 22d16ce

Please sign in to comment.