From 0083d9ead7e7d080c0525311e05436ade73e5302 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 19 Nov 2019 03:56:30 -0800 Subject: [PATCH] libssl for ubuntu --- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6efe408..18d6f44 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -8,7 +8,7 @@ RUN \ apt-get install -y \ git \ libffi-dev \ - openssl-dev \ + libssl-dev \ python3 \ python3-dev \ python3-pip \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 595153c..74e33ee 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -8,7 +8,7 @@ RUN \ apt-get install -y \ git \ libffi-dev \ - openssl-dev \ + libssl-dev \ python3 \ python3-dev \ python3-pip \