Skip to content

Commit

Permalink
More deps
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 17, 2024
1 parent 134a6bf commit 3ebc356
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,45 @@ RUN apt update \
fakeroot \
util-linux \
gcc \
g++ \
libc6-dev \
libvulkan-dev \
libx11-dev \
libx11-xcb-dev \
libxcb1-dev
g++

RUN apt install -y \
-o Acquire::BrokenProxy="true" \
-o Acquire::http::No-Cache="true" \
-o Acquire::http::Pipeline-Depth="0" \
libc6-dev \
libvulkan-dev \
libx11-dev \
libx11-xcb-dev \
libxcb-composite0-dev \
libxcb-cursor-dev \
libxcb-damage0-dev \
libxcb-dpms0-dev \
libxcb-dri2-0-dev \
libxcb-dri3-dev \
libxcb-ewmh-dev \
libxcb-glx0-dev \
libxcb-icccm4-dev \
libxcb-image0-dev \
libxcb-imdkit-dev \
libxcb-keysyms1-dev \
libxcb-present-dev \
libxcb-randr0-dev \
libxcb-record0-dev \
libxcb-render-util0-dev \
libxcb-render0-dev \
libxcb-res0-dev \
libxcb-screensaver0-dev \
libxcb-shape0-dev \
libxcb-shm0-dev \
libxcb-sync-dev \
libxcb-util-dev \
libxcb-xinput-dev \
libxcb-xkb-dev \
libxcb1-dev \
libxcb1-dev \
libxi-dev \
libxinerama-dev \
libxmu-dev \
mesa-common-dev \
xorg-dev

0 comments on commit 3ebc356

Please sign in to comment.