Skip to content

Commit

Permalink
Add xcb-util-wm
Browse files Browse the repository at this point in the history
  • Loading branch information
misyltoad committed Feb 12, 2021
1 parent 47af248 commit 3aa30f9
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 xcb-util xcb-util-keysyms lib32-xcb-util lib32-xcb-util-keysyms
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 xcb-util-wm lib32-xcb-util lib32-xcb-util-keysyms

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 3aa30f9

Please sign in to comment.