Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

add icu libs #16

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ RUN \
apk add --no-cache \
ca-certificates-mono \
git \
icu-libs \
iputils \
jq \
libstdc++ \
procps \
socat \
tmux \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ RUN \
apk add --no-cache \
ca-certificates-mono \
git \
icu-libs \
iputils \
jq \
libstdc++ \
procps \
socat \
tmux \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ app_setup_block: |

# changelog
changelogs:
- { date: "31.10.24:", desc: "add icu libs" }
- { date: "28.06.23:", desc: "add aarch64 support" }
- { date: "28.05.23:", desc: "house keeping" }
- { date: "24.01.23:", desc: "Fix services starting prematurely" }
Expand Down