Skip to content

Instantly share code, notes, and snippets.

@grigorkh
Created August 4, 2020 08:22
Show Gist options
  • Save grigorkh/2e48985e97d1281d97ff704d4a3cea8d to your computer and use it in GitHub Desktop.
Save grigorkh/2e48985e97d1281d97ff704d4a3cea8d to your computer and use it in GitHub Desktop.
Fix: tzdata hangs Docker image build
FROM ubuntu:20.04
RUN apt update
RUN apt install -y tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment