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

Docker Compose Up APT Issue #1

Open
andreicozma1 opened this issue Jun 20, 2021 · 0 comments
Open

Docker Compose Up APT Issue #1

andreicozma1 opened this issue Jun 20, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@andreicozma1
Copy link

andreicozma1 commented Jun 20, 2021

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

@andreicozma1 andreicozma1 self-assigned this Jun 20, 2021
@andreicozma1 andreicozma1 added the bug Something isn't working label Jun 20, 2021
@andreicozma1 andreicozma1 removed their assignment Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant