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-02-01 02:12:45 +00:00

16 lines
245 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
CMD ["/bin/bash"]