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
Build output when installing APT packages on debian docker image:
Get:1 http://deb.debian.org/debian buster/main amd64 libtext-iconv-perl amd64 1.7-5+b7 [15.4 kB] Get:2 http://deb.debian.org/debian buster/main amd64 emacsen-common all 3.0.4 [19.3 kB] Get:3 http://deb.debian.org/debian buster/main amd64 dictionaries-common all 1.28.1 [239 kB] Get:4 http://deb.debian.org/debian buster/main amd64 hunspell-hu all 1:6.2.0-1 [832 kB] **debconf: delaying package configuration, since apt-utils is not installed** Fetched 1105 kB in 0s (3305 kB/s) Selecting previously unselected package libtext-iconv-perl.
Related Issue: phusion/baseimage-docker#319
Potential fix? RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build output when installing APT packages on debian docker image:
Related Issue: phusion/baseimage-docker#319
Potential fix?
RUN apt-get update && apt-get install -y --no-install-recommends apt-utils
The text was updated successfully, but these errors were encountered: