joemccann / dillinger

The last Markdown editor, ever.
https://dillinger.io
MIT License
7.9k stars 1.1k forks source link

Updated Dockerfile to prevent apt becoming stuck on tzdata installation #816

Closed samdotci closed 2 years ago

samdotci commented 2 years ago

The build from the included Dockerfile becomes stuck during the apt-get install. This is due to it attempting to install the dependency of tzdata which requires user input. It can be fixed with a simple environment variable.

Solution was sourced from https://serverfault.com/questions/949991/how-to-install-tzdata-on-a-ubuntu-docker-image

joemccann commented 2 years ago

awesome thanks!