• 0

TZInfo::DataSourceNotFound when using alpine with docker

Turns out, i was getting this error when setting up my rails app with docker on alpine. Many posts suggest to use tzinfo on the gem file. But I felt a better solution would be to simply install the package on the alpine system itself as follows.

apk add --update tzdata