From 83e1dafaee0cd45adf0e49f738634589d8e6ff4f Mon Sep 17 00:00:00 2001 From: Steven Snyder Date: Wed, 17 Aug 2022 10:32:12 -0700 Subject: [PATCH] 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 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 860100a..f3d5e54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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