add additional libs for xrdp

This commit is contained in:
thelamer 2022-03-05 21:29:58 -08:00
parent fbc6262c48
commit 71a30ecd72
3 changed files with 8 additions and 0 deletions

View File

@ -53,12 +53,14 @@ RUN \
pacman -Sy --noconfirm --needed \
docker \
fuse \
imlib2 \
lame \
libfdk-aac \
libjpeg-turbo \
libxrandr \
mesa \
openssh \
pciutils \
pulseaudio \
sudo \
xf86-video-ati \

View File

@ -50,13 +50,16 @@ RUN \
pacman -Sy --noconfirm --needed \
docker \
fuse \
imlib2 \
lame \
libfdk-aac \
libjpeg-turbo \
libxrandr \
openssh \
pciutils \
pulseaudio \
sudo \
xf86-video-amdgpu \
xorg-server \
xterm && \
echo "**** configure locale ****" && \

View File

@ -50,13 +50,16 @@ RUN \
pacman -Sy --noconfirm --needed \
docker \
fuse \
imlib2 \
lame \
libfdk-aac \
libjpeg-turbo \
libxrandr \
openssh \
pciutils \
pulseaudio \
sudo \
xf86-video-amdgpu \
xorg-server \
xterm && \
echo "**** configure locale ****" && \