1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 15:02:34 +02:00
openrw/scripts/docker/arch_latest.docker
2018-08-10 00:48:59 +02:00

17 lines
267 B
Docker

FROM base/archlinux
RUN pacman -Syy --noconfirm \
core/gcc \
make \
extra/boost \
extra/cmake \
extra/ffmpeg \
extra/bullet \
community/glm \
extra/openal \
extra/sdl2 \
extra/qt5-base \
extra/freetype2
CMD ["/bin/bash"]