-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Description
stacker version
v1.1.0
Describe the bug
Trying to build stacker on the trixie image from https://hub.docker.com/r/i386/golang :
root@c2638699cf17:/go/src/github.com/project-stacker/stacker# ./install-build-deps.sh
Error: Unable to locate package liblxc-dev
Error: Unable to locate package lxc-utils
The issue is that the script contains package names that don't exist in Debian.
To reproduce
./bin/podman run --platform=linux/i386 -it docker.io/i386/golang:1.25.0-trixie
git clone https://github.com/project-stacker/stacker
cd stacker
./install-build-deps.sh
Expected behavior
I expected install-build-deps.sh to run without error on a popular distribution such as Debian.