Skip to content

Commit 6e87368

Browse files
committed
align with other platform configs
1 parent 39d873a commit 6e87368

1 file changed

Lines changed: 13 additions & 21 deletions

File tree

lib/vanagon/platform/defaults/debian-13-armhf.rb

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,21 @@
44
plat.servicetype "systemd"
55
plat.codename "trixie"
66

7-
packages = [
8-
"build-essential",
9-
"make",
10-
"quilt",
11-
"pkg-config",
12-
"debhelper",
13-
"rsync",
14-
"fakeroot",
15-
"libbz2-dev",
16-
"libreadline-dev",
17-
"libselinux1-dev",
18-
"make",
19-
"pkg-config",
20-
"cmake",
21-
"gcc",
22-
"swig",
23-
"systemtap-sdt-dev",
24-
"zlib1g-dev"
25-
]
26-
7+
packages = %w(
8+
build-essential
9+
cmake
10+
curl
11+
debhelper
12+
devscripts
13+
fakeroot
14+
make
15+
pkg-config
16+
quilt
17+
rsync
18+
systemd
19+
)
2720
plat.provision_with "export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get install -qy --no-install-recommends #{packages.join(' ')}"
2821
plat.install_build_dependencies_with "DEBIAN_FRONTEND=noninteractive; apt-get install -qy --no-install-recommends "
2922
plat.docker_image "debian:13"
30-
plat.docker_registry "docker.io"
3123
plat.docker_arch "linux/arm/v7"
3224
end

0 commit comments

Comments
 (0)