mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 17:32:12 +00:00
--no-install-recommends
This commit is contained in:
parent
e5e0352df5
commit
ae7c6bea88
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user