File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ RUN apt-get update && \
5
5
libxrender-dev libxfixes-dev libgl1-mesa-dev libglu1-mesa-dev libxtst-dev cmake git curl \
6
6
software-properties-common zip libssl-dev libxrandr-dev libxcomposite-dev libxi-dev \
7
7
gcc g++ autoconf libtool-bin libxv-dev libdrm-dev libpango1.0-dev pkg-config mingw-w64 \
8
- libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdbus-1-dev libxcb-dri3-dev clang
8
+ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libdbus-1-dev libxcb-dri3-dev clang \
9
+ libwayland-dev libxkbcommon-dev
9
10
RUN apt-add-repository contrib
10
11
RUN apt-add-repository non-free
11
12
RUN apt-get update && apt-get install -y nvidia-cuda-dev
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ ENV RUSTUP_HOME="/usr/local/rustup" CARGO_HOME="/usr/local/cargo" PATH="/usr/loc
4
4
RUN apk add --no-cache libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev \
5
5
libxrender-dev libxfixes-dev libxtst-dev libxrandr-dev libxcomposite-dev libxi-dev libxv-dev \
6
6
autoconf libtool pkgconfig libdrm-dev pango-dev gst-plugins-base-dev gstreamer-dev dbus-libs \
7
- dbus-dev cmake build-base nasm npm ffmpeg-dev libva-dev curl git bash automake tar clang
7
+ dbus-dev cmake build-base nasm npm ffmpeg-dev libva-dev curl git bash automake tar clang \
8
+ wayland-dev libxkbcommon-dev
8
9
9
10
RUN npm install --global typescript
10
11
You can’t perform that action at this time.
0 commit comments