blob: 28d41262496360a15583550d493e62b9221d6254 [file] [log] [blame]
FROM debian:11-slim
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
build-essential \
ca-certificates \
libfontconfig-dev \
libglu-dev \
python3 \
wget \
unzip \
lld \
git \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/bin/python3 /usr/bin/python