Skip to content

Commit

Permalink
Add xcb and xcb-keysyms libraries
Browse files Browse the repository at this point in the history
Needed for vkd3d-proton
  • Loading branch information
misyltoad committed Feb 12, 2021
1 parent 37d1ecb commit aebf52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM archlinux:base-devel-20210124.0.14185
LABEL maintainer="[email protected]"

RUN echo -e '\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n\n' >> /etc/pacman.conf
RUN pacman -Syu --noconfirm clang meson glslang git mingw-w64 wine base base-devel sed git tar curl wget bash gzip sudo file gawk grep bzip2 which pacman systemd findutils diffutils coreutils procps-ng util-linux
RUN pacman -Syu --noconfirm clang meson glslang git mingw-w64 wine base base-devel sed git tar curl wget bash gzip sudo file gawk grep bzip2 which pacman systemd findutils diffutils coreutils procps-ng util-linux xcb-util xcb-util-keysyms

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit aebf52b

Please sign in to comment.