Skip to content

Commit

Permalink
Merge pull request #2102 from henschi/issue-1900
Browse files Browse the repository at this point in the history
fix wrong date format when language is not english (Alpine icu package split)
  • Loading branch information
nodiscc authored Oct 29, 2024
2 parents a3f5ea2 + 09ffcbb commit 0ffeb77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ RUN cd shaarli \
FROM docker.io/alpine:3.19.4
LABEL maintainer="Shaarli Community"

RUN apk --update --no-cache add \
RUN apk --no-cache del icu-data-en \
&& apk --update --no-cache add \
ca-certificates \
icu-data-full \
nginx \
php82 \
php82-ctype \
Expand Down

0 comments on commit 0ffeb77

Please sign in to comment.