mirror of
https://github.com/linuxserver/docker-pidgin.git
synced 2026-03-09 00:03:24 +08:00
switch from chromium to firefox
This commit is contained in:
parent
d0060b8782
commit
cd33d2b8b6
@ -124,8 +124,8 @@ RUN \
|
||||
&& awk '/^P:pidgin$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
|
||||
fi && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
discount \
|
||||
firefox \
|
||||
libqrencode \
|
||||
libwebp \
|
||||
nss \
|
||||
|
||||
@ -124,8 +124,8 @@ RUN \
|
||||
&& awk '/^P:pidgin$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
|
||||
fi && \
|
||||
apk add --no-cache \
|
||||
chromium \
|
||||
discount \
|
||||
firefox \
|
||||
libqrencode \
|
||||
libwebp \
|
||||
nss \
|
||||
|
||||
@ -332,6 +332,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **17.01.24:** - Switch from Chromium to Firefox.
|
||||
* **02.01.24:** - Rebase to Alpine 3.19.
|
||||
* **13.05.23:** - Rebase to Alpine 3.18.
|
||||
* **18.03.23:** - Rebase to KasmVNC base image.
|
||||
|
||||
@ -94,6 +94,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "17.01.24:", desc: "Switch from Chromium to Firefox." }
|
||||
- { date: "02.01.24:", desc: "Rebase to Alpine 3.19." }
|
||||
- { date: "13.05.23:", desc: "Rebase to Alpine 3.18." }
|
||||
- { date: "18.03.23:", desc: "Rebase to KasmVNC base image." }
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
<menu id="root-menu" label="MENU">
|
||||
<item label="Pidgin" icon="/usr/share/icons/hicolor/48x48/apps/pidgin.png"><action name="Execute"><command>/usr/bin/pidgin</command></action></item>
|
||||
<item label="xterm" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xterm</command></action></item>
|
||||
<item label="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium.png"><action name="Execute"><command>/usr/bin/chromium-browser --password-store=basic --no-sandbox --ignore-gpu-blocklist --user-data-dir --no-first-run --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' --test-type</command></action></item>
|
||||
<item label="FireFox" icon="/usr/share/icons/hicolor/48x48/apps/firefox.png"><action name="Execute"><command>/usr/bin/firefox</command></action></item>
|
||||
</menu>
|
||||
</openbox_menu>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user