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

ubuntu 16.04 apt-get install error #8

Open
Jimver opened this issue Feb 5, 2017 · 0 comments
Open

ubuntu 16.04 apt-get install error #8

Jimver opened this issue Feb 5, 2017 · 0 comments

Comments

@Jimver
Copy link

Jimver commented Feb 5, 2017

Hi there,

When using the 16.04 image I get the following error using the apt-get install command:

debconf: delaying package configuration, since apt-utils is not installed

It was already discussed here

I was able to fix it using their fix:
Replace:

RUN apt-get update

with:

RUN apt-get update && apt-get install -y --no-install-recommends apt-utils

The problem is that it shows some warnings after installing anything through apt-get but the actual installation does seem to work. Running with older ubuntu images doesn't have any of these problems.

My fix

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