Skip to content

Commit cebe22b

Browse files
authored
Add icu-dev and icu-data-full to make sure we have all the locales installed (#774)
* Add icu-dev and icu-data-full to make sure we have all the locales installed. * Make changes to include locale tools and sources to test-deps image only.
1 parent 7e09acb commit cebe22b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release/7-4/alpine317/test-deps/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN apk add --no-cache --virtual .pipeline-deps readline linux-pam \
2121
curl \
2222
git \
2323
unzip \
24+
musl \
25+
musl-locales \
2426
nodejs \
2527
&& apk update \
2628
&& apk upgrade \

0 commit comments

Comments
 (0)