From c0067d94987892d322c7ff8b7c5f81a4634a908f Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 19 Nov 2019 03:17:38 -0800 Subject: [PATCH] adding openssl libs --- Dockerfile.aarch64 | 1 + Dockerfile.armhf | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 36fcdff..6efe408 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -8,6 +8,7 @@ RUN \ apt-get install -y \ git \ libffi-dev \ + openssl-dev \ python3 \ python3-dev \ python3-pip \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index bd99585..595153c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -8,6 +8,7 @@ RUN \ apt-get install -y \ git \ libffi-dev \ + openssl-dev \ python3 \ python3-dev \ python3-pip \