FROM archlinux:base RUN pacman -Syu --noconfirm --needed \ diffutils \ gcc \ gtk3 \ libxcb \ libxkbcommon \ make \ pkgconf \ plan9port \ python \ wayland \ which \ xcb-imdkit \ dbus \ && pacman -Scc --noconfirm RUN printf "egrep='grep -E'\n" > /usr/lib/plan9/config ENV PLAN9=/usr/lib/plan9 ENV PATH=$PATH:/usr/lib/plan9/bin WORKDIR /src