Skip to content

Commit d2a805e

Browse files
committed
ephemeris: add tzdata
1 parent 526beaf commit d2a805e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ephemeris/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ controllers:
6363
- /bin/sh
6464
- -c
6565
- |
66-
apk add --no-cache aws-cli imagemagick netpbm
66+
apk add --no-cache aws-cli imagemagick netpbm tzdata
6767
magick /app/output/png/ephemeris_$(date +%F).png -colors 2 -depth 1 -strip pbm:- | ppmtobmp -bpp 1 > /tmp/ephemeris.bmp
6868
aws s3 --endpoint-url https://s3.mcswain.dev cp /tmp/ephemeris.bmp s3://ephemeris/ephemeris.bmp
6969
aws s3 --endpoint-url https://s3.mcswain.dev cp /app/output/png/ephemeris_$(date +%F).png s3://ephemeris/

0 commit comments

Comments
 (0)