Skip to content

Commit

Permalink
re-add tzdata, removed from pelican dependencies
Browse files Browse the repository at this point in the history
unfortunately this is not a windows-only dependency, but required if
using timezones as we do, otherwise results in errors:

> No time zone found with key Europe/Zurich

caused by: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/58013
  • Loading branch information
elrido committed Feb 11, 2024
1 parent a73e884 commit 505c336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19
WORKDIR /srv
RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk add --no-cache py3-pelican@testing make
RUN apk add --no-cache py3-pelican@testing make tzdata
COPY . /srv/
RUN make publish

Expand Down

0 comments on commit 505c336

Please sign in to comment.