1
0
mirror of https://github.com/xzeldon/vwdump.git synced 2025-07-15 15:24:37 +03:00

Added tzdata

fixes #14
This commit is contained in:
1O
2021-01-24 19:59:39 +01:00
parent 026ef778b6
commit 41c2ffe086
2 changed files with 18 additions and 14 deletions

View File

@ -6,7 +6,8 @@ RUN addgroup -S app && adduser -S -G app app
RUN apk add --no-cache \
sqlite \
busybox-suid \
su-exec
su-exec \
tzdata
ENV DB_FILE /data/db.sqlite3
ENV BACKUP_FILE /data/db_backup/backup.sqlite3