feat: Add cmake to Dockerfile

This commit is contained in:
Paul Gauthier (aider) 2024-12-19 06:46:44 -08:00
parent c36c06ab99
commit f22d112da2

View file

@ -3,6 +3,7 @@ FROM buildpack-deps:jammy
# Install Python 3.11
RUN apt-get update && apt-get install -y \
software-properties-common \
cmake \
&& add-apt-repository ppa:deadsnakes/ppa \
&& apt-get update \
&& apt-get install -y \