From 9ba51bcec9f28fa7e6a3bcec9c92ce0b1b97986f Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sat, 8 Oct 2022 07:19:49 -0700 Subject: [PATCH] Add py3-cryptography module to allow armv7 builds to finish --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a44f4ed..b7ebda0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN set -ex && \ postgresql \ postgresql-client \ pv \ + py3-cryptography \ redis \ sqlite \ xz \