Merge pull request #21 from linuxserver/icons

#18 fix icons
This commit is contained in:
Ryan Kuba 2025-07-30 11:52:25 +00:00 committed by GitHub
commit 597c6ee979
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN \
&& awk '/^P:sqlitebrowser$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
fi && \
apk add --no-cache \
qt5-qtsvg \
sqlitebrowser==${SQLITEB_VERSION} && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -21,6 +21,7 @@ RUN \
&& awk '/^P:sqlitebrowser$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
fi && \
apk add --no-cache \
qt5-qtsvg \
sqlitebrowser==${SQLITEB_VERSION} && \
echo "**** cleanup ****" && \
rm -rf \

View File

@ -390,6 +390,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **30.07.25:** - Install Qt SVG for icon support.
* **12.07.25:** - Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED.
* **06.12.24:** - Rebase to Alpine 3.21.
* **23.05.24:** - Rebase to Alpine 3.20.

View File

@ -102,6 +102,7 @@ init_diagram: |
"sqlitebrowser:latest" <- Base Images
# changelog
changelogs:
- {date: "30.07.25:", desc: "Install Qt SVG for icon support."}
- {date: "12.07.25:", desc: "Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED."}
- {date: "06.12.24:", desc: "Rebase to Alpine 3.21."}
- {date: "23.05.24:", desc: "Rebase to Alpine 3.20."}