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