File tree Expand file tree Collapse file tree
lib/vanagon/platform/defaults Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
3224end
You can’t perform that action at this time.
0 commit comments