File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1616 /usr/share/selkies/www/icon.png \
1717 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xemu-logo.png && \
1818 echo "**** install packages ****" && \
19+ apt-get update && \
20+ apt-get install -y --no-install-recommends \
21+ libgtk-3-common && \
1922 DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2023 | awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}' ) && \
2124 curl -o \
Original file line number Diff line number Diff line change 1616 /usr/share/selkies/www/icon.png \
1717 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xemu-logo.png && \
1818 echo "**** install packages ****" && \
19+ apt-get update && \
20+ apt-get install -y --no-install-recommends \
21+ libgtk-3-common && \
1922 DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2023 | awk -F '(": "|")' '/browser.*aarch64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2124 curl -o \
Original file line number Diff line number Diff line change @@ -428,4 +428,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
428428
429429# # Versions
430430
431+ * ** 07.07.25:** - Install GTK libs for file chooser.
431432* ** 19.06.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -105,4 +105,5 @@ init_diagram: |
105105 "xemu:latest" <- Base Images
106106# changelog
107107changelogs :
108+ - {date: "07.07.25:", desc: "Install GTK libs for file chooser."}
108109 - {date: "19.06.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments