Skip to content

Commit 1bbc261

Browse files
committed
add librsvg for icons
1 parent f4920be commit 1bbc261

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN \
2323
fi && \
2424
apt-get update && \
2525
apt-get install -y \
26+
librsvg2-common \
2627
remmina="${REMMINA_RELEASE}" \
2728
remmina-plugin-exec="${REMMINA_RELEASE}" \
2829
remmina-plugin-kiosk="${REMMINA_RELEASE}" \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN \
2323
fi && \
2424
apt-get update && \
2525
apt-get install -y \
26+
librsvg2-common \
2627
remmina="${REMMINA_RELEASE}" \
2728
remmina-plugin-exec="${REMMINA_RELEASE}" \
2829
remmina-plugin-kiosk="${REMMINA_RELEASE}" \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
422422

423423
## Versions
424424

425+
* **11.08.25:** - Install librsvg2 for icons.
425426
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
426427
* **28.08.24:** - Rebase to noble.
427428
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ init_diagram: |
9898
"remmina:latest" <- Base Images
9999
# changelog
100100
changelogs:
101+
- {date: "11.08.25:", desc: "Install librsvg2 for icons."}
101102
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
102103
- {date: "28.08.24:", desc: "Rebase to noble."}
103104
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}

0 commit comments

Comments
 (0)