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 \