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