Skip to content

Commit

Permalink
Merge pull request #136 from linuxserver/3.16-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Feb 13, 2023
2 parents 0c857ff + a976f58 commit c69b872
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ XDG_CONFIG_HOME="/config"
RUN \
echo "**** install packages ****" && \
apk --no-cache add \
icu-data-full \
icu-libs && \
echo "**** install jackett ****" && \
mkdir -p \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **13.02.23:** - Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets.
* **11.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.
* **31.12.19:** - Rebase to Focal.
* **31.12.19:** - Remove agressive startup chowning.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ app_setup_block: |
# changelog

changelogs:
- { date: "13.02.23:", desc: "Add icu-data-full to address [ICU issue](https://github.com/Jackett/Jackett/issues/14008) with Cyrillic character sets." }
- { date: "11.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3." }
- { date: "31.12.19:", desc: "Rebase to Focal." }
- { date: "31.12.19:", desc: "Remove agressive startup chowning." }
Expand Down

0 comments on commit c69b872

Please sign in to comment.