Skip to content

Commit fc58e73

Browse files
authored
chore: update globalization support config for pdf footer (#2276)
* chore: update globalization support config for pdf footer must align with apline setup: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.16.0 * mahe the docs themselves globalized
1 parent 8f53aec commit fc58e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/altinn-studio/reference/ux/pdf/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ This is done by adding the following lines to the `Dockerfile`:
339339

340340
```Dockerfile
341341
# Add globalization timezone support
342-
RUN apk add --no-cache icu-libs tzdata
342+
RUN apk add --no-cache icu-libs icu-data-full tzdata
343343
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
344344
```
345345

content/altinn-studio/reference/ux/pdf/_index.nb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ linjer i `Dockerfile`:
339339

340340
```Dockerfile
341341
# Add globalization timezone support
342-
RUN apk add --no-cache icu-libs tzdata
342+
RUN apk add --no-cache icu-libs icu-data-full tzdata
343343
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
344344
```
345345

0 commit comments

Comments
 (0)