]> git.localhorst.tv Git - blobs.git/blobdiff - scripts/docker/archlinux-build/Dockerfile
stolen dockerfiles from blank
[blobs.git] / scripts / docker / archlinux-build / Dockerfile
index 12d26f60ce3cee6b72e29ddd226f562277bc2921..fe9592f39bb89219adada695bf82704e969049e5 100644 (file)
@@ -1,16 +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