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-11-22 22:03:57 +00:00

19 lines
297 B
Docker

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