We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
amd64
arm64
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 && \
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm building for
amd64
on anarm64
k8s cluster and I continue to run up against the following error when runningapt-get install <whatever> -y
:I've tried all sorts of things and have also tried including the following as the first lines in the build:
The text was updated successfully, but these errors were encountered: