X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Farchlinux-build%2FDockerfile;h=fe9592f39bb89219adada695bf82704e969049e5;hb=e927325f8b92c0d03c87fed77118f8e55df1b0c9;hp=d63f4218c63a40cedb5565e1d61e10fe668f5821;hpb=bc3c21bd6557f787f9aa1782e67235ba5a8f3ec3;p=blank.git diff --git a/scripts/docker/archlinux-build/Dockerfile b/scripts/docker/archlinux-build/Dockerfile index d63f421..fe9592f 100644 --- a/scripts/docker/archlinux-build/Dockerfile +++ b/scripts/docker/archlinux-build/Dockerfile @@ -1,3 +1,10 @@ -FROM rafaelsoares/archlinux-devel +FROM localhorsttv/archlinux-run:latest -RUN sudo pacman -S --noconfirm git glew glm sdl2 sdl2_image sdl2_net sdl2_ttf openal freealut zlib cppunit +RUN pacman -S --needed --noconfirm \ + base-devel \ + cppcheck \ + cppunit \ + git \ + glm \ + && \ + paccache -rk 0