mirror of
https://github.com/linuxserver/proot-apps.git
synced 2026-01-09 07:31:31 +08:00
mount in fonts from host
This commit is contained in:
parent
f4941f39e2
commit
3811c29c4e
@ -11,7 +11,6 @@ RUN \
|
||||
bash \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
font-noto \
|
||||
mesa-dri-gallium \
|
||||
mesa-va-gallium \
|
||||
netcat-openbsd \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
bash \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
font-noto \
|
||||
netcat-openbsd && \
|
||||
echo "**** setup xdg-open tunnel ****" && \
|
||||
mkdir -p /usr/share/applications && \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
bash \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
font-noto \
|
||||
mesa-dri-gallium \
|
||||
mesa-va-gallium \
|
||||
netcat-openbsd \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
bash \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
font-noto \
|
||||
netcat-openbsd && \
|
||||
echo "**** setup xdg-open tunnel ****" && \
|
||||
mkdir -p /usr/share/applications && \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
desktop-file-utils \
|
||||
fonts-noto \
|
||||
mesa-va-drivers \
|
||||
netcat-openbsd \
|
||||
pulseaudio \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
desktop-file-utils \
|
||||
fonts-noto \
|
||||
netcat-openbsd && \
|
||||
echo "**** setup xdg-open tunnel ****" && \
|
||||
mkdir -p /usr/share/applications && \
|
||||
|
||||
@ -11,7 +11,6 @@ RUN \
|
||||
curl \
|
||||
dbus-x11 \
|
||||
desktop-file-utils \
|
||||
fonts-noto \
|
||||
mesa-va-drivers \
|
||||
netcat-openbsd \
|
||||
pulseaudio \
|
||||
|
||||
@ -313,8 +313,12 @@ if [ "${TYPE}" == "run" ]; then
|
||||
elif [ -d "/var/run/pulse" ]; then
|
||||
PULSE_BIND="-b /var/run/pulse:/var/run/pulse"
|
||||
fi
|
||||
# Fonts
|
||||
if [ -d "/usr/share/fonts" ] && [ -d "/usr/share/fontconfig" ] && [ -d "/etc/fonts" ]; then
|
||||
FONTS_BIND="-b /usr/share/fonts:/usr/share/fonts -b /usr/share/fontconfig:/usr/share/fontconfig -b /etc/fonts:/etc/fonts"
|
||||
fi
|
||||
$HOME/.local/bin/proot \
|
||||
${PULSE_BIND} -n \
|
||||
${PULSE_BIND} ${FONTS_BIND} -n \
|
||||
-R $HOME/proot-apps/${IMAGE_FOLDER}/ \
|
||||
/entrypoint "${@:3}" &
|
||||
start_system_socket "$HOME/proot-apps/${IMAGE_FOLDER}/" $!
|
||||
|
||||
7
release-notes/0.1.0
Normal file
7
release-notes/0.1.0
Normal file
@ -0,0 +1,7 @@
|
||||
What's new in this Version:
|
||||
|
||||
* Initial functional logic for PRoot Apps
|
||||
* Initial documentation for users and developers
|
||||
* Initial dynamic forkable build logic including package tracking and daily updates
|
||||
* amd64 and arm64 support
|
||||
* Base application set
|
||||
@ -1,7 +1,3 @@
|
||||
What's new in this Version:
|
||||
|
||||
* Initial functional logic for PRoot Apps
|
||||
* Initial documentation for users and developers
|
||||
* Initial dynamic forkable build logic including package tracking and daily updates
|
||||
* amd64 and arm64 support
|
||||
* Base application set
|
||||
* Removed fonts from baseimages and mount in from host on run
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user