blob: 2800ca585efbe5e855cbf752cc38d8af73cef8c1 [file] [log] [blame]
FROM debian:10-slim
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
build-essential \
ca-certificates \
libfontconfig-dev \
libglu-dev \
python \
&& rm -rf /var/lib/apt/lists/*