mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 09:12:02 +00:00
--no-install-recommends
This commit is contained in:
parent
e5e0352df5
commit
ae7c6bea88
@ -4,7 +4,7 @@ cd /root/
|
||||
|
||||
apt update
|
||||
apt upgrade -y
|
||||
apt-get install -y \
|
||||
apt-get install --no-install-recommends -y \
|
||||
btrfs-progs \
|
||||
crun \
|
||||
git \
|
||||
@ -25,10 +25,11 @@ apt-get install -y \
|
||||
libsystemd-dev \
|
||||
pkg-config \
|
||||
uidmap
|
||||
|
||||
go get golang.org/dl/go1.17.6
|
||||
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)
|
||||
export VERSION
|
||||
|
Loading…
x
Reference in New Issue
Block a user