Skip to content

Commit

Permalink
Build: Uninstall pipenv and virtualenv after dependencies are installed
Browse files Browse the repository at this point in the history
This reduces the size of the AppImage by 7.4%
  • Loading branch information
mssalvatore committed Jun 9, 2022
1 parent 73d20a6 commit cacd064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/appimage/appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ install_monkey_island_python_dependencies() {
popd || handle_error

log_message "Uninstalling pipenv (build dependency only)"
"$APPDIR"/AppRun -m pip uninstall pipenv virtualenv || handle_error
"$APPDIR"/AppRun -m pip uninstall --yes pipenv virtualenv || handle_error
}


Expand Down

0 comments on commit cacd064

Please sign in to comment.