add cmake to docker to fix build on arm (#664)

* bump pycapnp to 1.1.0 and add cmake to docker to fix build on arm

* Update requirements.txt

* oops

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
Steven Snyder 2022-08-17 10:32:12 -07:00 committed by GitHub
parent 541ac4e9a2
commit 83e1dafaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python-openssl \
xz-utils \
zlib1g-dev \
cmake \
&& rm -rf /var/lib/apt/lists/*
RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash