]> git.localhorst.tv Git - blank.git/blob - scripts/docker/archlinux-build/Dockerfile
different docker exec approach
[blank.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