Only needs icu-libs, not the full package

This commit is contained in:
TheSpad
2022-11-29 15:48:47 +00:00
parent 6b57af6725
commit d6955bc54d
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
icu \
icu-libs \
p7zip \
python3 && \
echo "**** install unrar from source ****" && \

View File

@@ -23,7 +23,7 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
icu \
icu-libs \
p7zip \
python3 && \
echo "**** install unrar from source ****" && \

View File

@@ -23,7 +23,7 @@ RUN \
gcc && \
echo "**** install packages ****" && \
apk add -U --update --no-cache \
icu \
icu-libs \
p7zip \
python3 && \
echo "**** install unrar from source ****" && \

View File

@@ -264,7 +264,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **29.11.22:** - Add icu to support qbittorrent-cli.
* **29.11.22:** - Add icu-libs to support qbittorrent-cli.
* **30.10.22:** - Add libtorrent v1 branch.
* **31.08.22:** - Rebase to Alpine Edge again to follow latest releases.
* **12.08.22:** - Bump unrar to 6.1.7.

View File

@@ -69,7 +69,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "29.11.22:", desc: "Add icu to support qbittorrent-cli." }
- { date: "29.11.22:", desc: "Add icu-libs to support qbittorrent-cli." }
- { date: "30.10.22:", desc: "Add libtorrent v1 branch." }
- { date: "31.08.22:", desc: "Rebase to Alpine Edge again to follow latest releases." }
- { date: "12.08.22:", desc: "Bump unrar to 6.1.7." }