mirror of
https://github.com/stashapp/stash.git
synced 2026-05-24 11:48:27 -05:00
806964086b
Current docker variable to pass localtime to container does not function (`/etc/localtime` does not exist within a running container). I've never built a container, nor personally use Alpine, but based on my digging it appears the package `tzdata` is required for this functionality
This dockerfile is used by travis to build the stash image. It must be run after cross-compiling - that is, stash-linux must exist in the dist directory. This image must be built from the dist directory.