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 && \
55 libxrender-dev libxfixes-dev libgl1-mesa-dev libglu1-mesa-dev libxtst-dev cmake git curl \
66 software-properties-common zip libssl-dev libxrandr-dev libxcomposite-dev libxi-dev \
77 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
910RUN apt-add-repository contrib
1011RUN apt-add-repository non-free
1112RUN 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
44RUN apk add --no-cache libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev \
55 libxrender-dev libxfixes-dev libxtst-dev libxrandr-dev libxcomposite-dev libxi-dev libxv-dev \
66 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
89
910RUN npm install --global typescript
1011
You can’t perform that action at this time.
0 commit comments