--no-install-recommends

This commit is contained in:
Shihaam Abdul Rahman 2023-02-28 16:52:37 +05:00
parent e5e0352df5
commit ae7c6bea88
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -4,7 +4,7 @@ cd /root/
apt update apt update
apt upgrade -y apt upgrade -y
apt-get install -y \ apt-get install --no-install-recommends -y \
btrfs-progs \ btrfs-progs \
crun \ crun \
git \ git \
@ -25,10 +25,11 @@ apt-get install -y \
libsystemd-dev \ libsystemd-dev \
pkg-config \ pkg-config \
uidmap uidmap
go get golang.org/dl/go1.17.6 go get golang.org/dl/go1.17.6
go1.17.6 download go1.17.6 download
apt install -y jq wget curl make apt install --no-install-recommends -y jq wget curl make
VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases/latest | jq '.name' -r) VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases/latest | jq '.name' -r)
export VERSION export VERSION