diff --git a/Dockerfile b/Dockerfile index fdb7557..bfed0ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM archlinux:base-devel-20210124.0.14185 LABEL maintainer="joshua@froggi.es" 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