]> git.localhorst.tv Git - blobs.git/blob - scripts/docker/debian-build-testing/Dockerfile
8b422eaa300474dde66bc821e6bb842ba61578ee
[blobs.git] / scripts / docker / debian-build-testing / Dockerfile
1 FROM debian:testing
2
3 RUN apt update \
4         && apt -y install build-essential
5 RUN apt -y install --no-install-recommends \
6         cppcheck \
7         libalut-dev \
8         libcppunit-dev \
9         libglew-dev \
10         libglm-dev \
11         libopenal-dev \
12         libsdl2-dev \
13         libsdl2-image-dev \
14         libsdl2-net-dev \
15         libsdl2-ttf-dev \
16         zlib1g-dev \
17         ;