Skip to content

Commit 05e3eaf

Browse files
committed
Add xz-utils
1 parent ebab4db commit 05e3eaf

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN \
2626
apt-get install -y \
2727
libicu74 \
2828
ttf-mscorefonts-installer \
29-
unzip && \
29+
unzip \
30+
xz-utils && \
3031
echo "**** install duplicati ****" && \
3132
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3233
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ RUN \
2626
apt-get install -y \
2727
libicu74 \
2828
ttf-mscorefonts-installer \
29-
unzip && \
29+
unzip \
30+
xz-utils && \
3031
echo "**** install duplicati ****" && \
3132
if [ -z ${DUPLICATI_RELEASE+x} ]; then \
3233
DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" \

jenkins-vars.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ external_type: custom_json
66
release_type: prerelease
77
release_tag: development
88
ls_branch: development
9-
image_sbom: true
10-
image_provenance: true
119
repo_vars:
1210
- JSON_URL = 'https://api.github.com/repos/duplicati/duplicati/releases'
1311
- JSON_PATH = 'first(.[] | select(.tag_name | contains("canary"))) | .tag_name'

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ init_diagram: |
8282
"duplicati:development" <- Base Images
8383
# changelog
8484
changelogs:
85+
- {date: "28.01.25:", desc: "Add xz-utils."}
8586
- {date: "03.12.24:", desc: "Add mscorefonts for captcha support."}
8687
- {date: "29.08.24:", desc: "Add support for settings DB encryption."}
8788
- {date: "30.05.24:", desc: "Rebase to Noble, switch to net core."}

0 commit comments

Comments
 (0)