Add wayland support

Simon Bruder 2020-08-25 13:19:30 +02:00
parent e4a40279bc
commit 13ecd64a7d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ FROM mcr.microsoft.com/dotnet/core/runtime-deps
RUN apt-get update \
&& apt-get -y install --no-install-recommends \
ffmpeg \
libegl1-mesa-dev \
libgbm1 \
libgl1 \
pulseaudio \
&& rm -rf /var/lib/apt/lists/*