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