Only needs icu-libs, not the full package
This commit is contained in:
@@ -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 ****" && \
|
||||
|
||||
@@ -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 ****" && \
|
||||
|
||||
@@ -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 ****" && \
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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." }
|
||||
|
||||
Reference in New Issue
Block a user