Simplify build system
This commit is contained in:
24
Dockerfile
Normal file
24
Dockerfile
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user