]> git.localhorst.tv Git - blobs.git/blobdiff - scripts/docker/debian-build-testing/Dockerfile
stolen dockerfiles from blank
[blobs.git] / scripts / docker / debian-build-testing / Dockerfile
index 8b422eaa300474dde66bc821e6bb842ba61578ee..b5a1eb80cc16f19558a42848c7283d103d327a36 100644 (file)
@@ -1,7 +1,9 @@
-FROM debian:testing
+FROM localhorsttv/debian-run:testing
+
+RUN apt -y install build-essential \
+       && apt-get -y clean \
+       ;
 
-RUN apt update \
-       && apt -y install build-essential
 RUN apt -y install --no-install-recommends \
        cppcheck \
        libalut-dev \
@@ -14,4 +16,5 @@ RUN apt -y install --no-install-recommends \
        libsdl2-net-dev \
        libsdl2-ttf-dev \
        zlib1g-dev \
+       && apt-get -y clean \
        ;