mirror of
https://github.com/linuxserver/docker-baseimage-kasmvnc.git
synced 2026-02-20 08:28:57 +08:00
add notification tools
This commit is contained in:
parent
38b5369d22
commit
f3472dc120
@ -261,6 +261,7 @@ RUN \
|
||||
docker-buildx-plugin \
|
||||
docker-compose-plugin \
|
||||
dbus-x11 \
|
||||
dunst \
|
||||
ffmpeg \
|
||||
file \
|
||||
fonts-noto-color-emoji \
|
||||
@ -278,6 +279,7 @@ RUN \
|
||||
libgomp1 \
|
||||
libhash-merge-simple-perl \
|
||||
liblist-moreutils-perl \
|
||||
libnotify-bin \
|
||||
libp11-kit0 \
|
||||
libpam0g \
|
||||
libpixman-1-0 \
|
||||
|
||||
@ -265,6 +265,7 @@ RUN \
|
||||
docker-buildx-plugin \
|
||||
docker-compose-plugin \
|
||||
dbus-x11 \
|
||||
dunst \
|
||||
ffmpeg \
|
||||
file \
|
||||
fonts-noto-color-emoji \
|
||||
@ -281,6 +282,7 @@ RUN \
|
||||
libgomp1 \
|
||||
libhash-merge-simple-perl \
|
||||
liblist-moreutils-perl \
|
||||
libnotify-bin \
|
||||
libp11-kit0 \
|
||||
libpam0g \
|
||||
libpixman-1-0 \
|
||||
|
||||
@ -37,6 +37,9 @@ if [ ! -z ${KASM_URL+x} ]; then
|
||||
export VIVALDI_CLI=$KASM_URL
|
||||
fi
|
||||
|
||||
# Notification daemon
|
||||
dunst &
|
||||
|
||||
## Directory setup for home folder ##
|
||||
# Create folders for upload/download
|
||||
mkdir -p $HOME/Desktop $HOME/Downloads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user