Created
August 4, 2020 08:23
-
-
Save grigorkh/712a0e93d96b9c58ec84272c60e8de55 to your computer and use it in GitHub Desktop.
Fix: tzdata hangs Docker image build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1/3 : FROM ubuntu:20.04 | |
---> 1e4467b07108 | |
Step 2/3 : RUN apt update | |
---> Using cache | |
---> 174ce3e1bb84 | |
Step 3/3 : RUN apt install -y tzdata | |
... | |
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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment