]> git.localhorst.tv Git - blobs.git/blob - scripts/docker/debian-build-latest/Dockerfile
79b8fcf5923380dc2ece8e8fe71562b326695e93
[blobs.git] / scripts / docker / debian-build-latest / Dockerfile
1 FROM debian:latest
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         ;