]> git.localhorst.tv Git - blank.git/blob - scripts/docker/archlinux-build/Dockerfile
37b10420fcc12394f9ac8f4cbd3f06d7ec96775b
[blank.git] / scripts / docker / archlinux-build / Dockerfile
1 FROM rafaelsoares/archlinux-devel
2
3 RUN sudo pacman -S --noconfirm \
4         cppunit \
5         freealut \
6         git \
7         glew \
8         glm \
9         openal \
10         sdl2 \
11         sdl2_image \
12         sdl2_net \
13         sdl2_ttf \
14         zlib \
15         ;