Skip to content

Commit 8ea8205

Browse files
committed
Add mscorefonts for captcha support
1 parent f840800 commit 8ea8205

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ ENV HOME="/config" \
2121

2222
RUN \
2323
echo "**** install packages ****" && \
24+
cho ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
2425
apt-get update && \
2526
apt-get install -y \
2627
libicu74 \
28+
ttf-mscorefonts-installer \
2729
unzip && \
2830
echo "**** install duplicati ****" && \
2931
if [ -z ${DUPLICATI_RELEASE+x} ]; then \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ ENV HOME="/config" \
2121

2222
RUN \
2323
echo "**** install pockages ****" && \
24+
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
2425
apt-get update && \
2526
apt-get install -y \
2627
libicu74 \
28+
ttf-mscorefonts-installer \
2729
unzip && \
2830
echo "**** install duplicati ****" && \
2931
if [ -z ${DUPLICATI_RELEASE+x} ]; then \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ app_setup_block: |
4949
5050
# changelog
5151
changelogs:
52+
- { date: "03.12.24:", desc: "Add mscorefonts for captcha support." }
5253
- { date: "29.11.24:", desc: "Rebase to Noble, add support for settings DB encryption." }
5354
- { date: "15.02.23:", desc: "Rebase to Jammy." }
5455
- { date: "03.08.22:", desc: "Deprecate armhf." }

0 commit comments

Comments
 (0)