]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/archlinux-build/Dockerfile
different docker exec approach
[blank.git] / scripts / docker / archlinux-build / Dockerfile
index 37b10420fcc12394f9ac8f4cbd3f06d7ec96775b..fe9592f39bb89219adada695bf82704e969049e5 100644 (file)
@@ -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