[Bug 1782577] Re: docker: impossible to create image with python3 because tzdata
Launchpad Bug Tracker
1782577 at bugs.launchpad.net
Thu Dec 17 20:33:08 UTC 2020
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: debconf (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debconf in Ubuntu.
https://bugs.launchpad.net/bugs/1782577
Title:
docker: impossible to create image with python3 because tzdata
Status in cloud-images:
New
Status in debconf package in Ubuntu:
Confirmed
Status in debconf package in Debian:
New
Bug description:
In my application I have to use both "supervisor" and some ML stuff,
so I need to include python-3, numpy and pandas
FROM ubuntu:latest
RUN apt-get update
RUN apt-get install -y supervisor python3 python3-pip python3-pymongo python3-numpy python3-pandas
This appends with the current ubuntu:latest
sha256:30e04ddada6eb09c12330c7df72cad1573916c7100168c34076808169ff6d805
When I try to make a built of this, I seems that python3 depends on
tzdata (and many other things), but then it stops waiting for a user
input, and I unable to send an input by hand or other way
Setting up libldap-common (2.4.45+dfsg-1ubuntu1) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up tzdata (2018d-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Configuring tzdata
------------------
Please select the geographic area in which you live. Subsequent configuration
questions will narrow this down by presenting a list of cities, representing
the time zones in which they are located.
1. Africa 4. Australia 7. Atlantic 10. Pacific 13. Etc
2. America 5. Arctic 8. Europe 11. SystemV
3. Antarctica 6. Asia 9. Indian 12. US
Geographic area:
So I am unable to create my docker image!!
This is some kind of regression, 2 weeks ago it worked
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1782577/+subscriptions
More information about the foundations-bugs
mailing list