mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
build: Add libboost-all-dev to Dockerfile for C++ support
This commit is contained in:
parent
6118d91922
commit
38d4341e59
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ FROM buildpack-deps:jammy
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
cmake \
|
cmake \
|
||||||
|
libboost-all-dev \
|
||||||
&& 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