mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Add cmake to Dockerfile
This commit is contained in:
parent
c36c06ab99
commit
f22d112da2
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM buildpack-deps:jammy
|
||||||
# Install Python 3.11
|
# Install Python 3.11
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
|
cmake \
|
||||||
&& add-apt-repository ppa:deadsnakes/ppa \
|
&& add-apt-repository ppa:deadsnakes/ppa \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue