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