]> git.localhorst.tv Git - blobs.git/blob - scripts/docker/archlinux-build/Dockerfile
stolen dockerfiles from blank
[blobs.git] / scripts / docker / archlinux-build / Dockerfile
1 FROM localhorsttv/archlinux-run:latest
2
3 RUN pacman -S --needed --noconfirm \
4         base-devel \
5         cppcheck \
6         cppunit \
7         git \
8         glm \
9         && \
10         paccache -rk 0