Dockerfiles/serene_ci/Dockerfile

15 lines
241 B
Docker

From debian:11-slim
RUN apt-get update && apt-get install -y --no-install-recommends bash \
git \
zstd \
cmake \
ninja-build \
python3 \
curl \
tar \
python3-dev \
build-essential && \
apt-get clean