Skip to content

Commit 09ffcbb

Browse files
henschinodiscc
authored andcommitted
fix wrong date format when language is not english (Alpine icu package split)
1 parent a3f5ea2 commit 09ffcbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ RUN cd shaarli \
2828
FROM docker.io/alpine:3.19.4
2929
LABEL maintainer="Shaarli Community"
3030

31-
RUN apk --update --no-cache add \
31+
RUN apk --no-cache del icu-data-en \
32+
&& apk --update --no-cache add \
3233
ca-certificates \
34+
icu-data-full \
3335
nginx \
3436
php82 \
3537
php82-ctype \

0 commit comments

Comments
 (0)