remove jq curl install since present in base image

check if rustc is already installed
This commit is contained in:
Erald Totraku
2024-01-05 18:52:37 +01:00
parent c9a528af64
commit 17a69de8da
2 changed files with 6 additions and 2 deletions
@@ -2,6 +2,11 @@
set -e
if command -v rustc >/dev/null 2>&1; then
echo "+++ rust is already installed +++"
exit 0
fi
RUST_BINS_PATH="/rust-bins"
PACKAGES_TO_INSTALL_LIST="/mod-repo-packages-to-install.list"