Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building for amd64 on arm64 fails #103

Open
rfpludwick opened this issue Oct 8, 2022 · 0 comments
Open

Building for amd64 on arm64 fails #103

rfpludwick opened this issue Oct 8, 2022 · 0 comments

Comments

@rfpludwick
Copy link

I'm building for amd64 on an arm64 k8s cluster and I continue to run up against the following error when running apt-get install <whatever> -y:

debconf: apt-extracttemplates failed: Inappropriate ioctl for device

I've tried all sorts of things and have also tried including the following as the first lines in the build:

export DEBIAN_FRONTEND=noninteractive && \
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant