From 8c26b9d43305e4459164dfc955c105945d0868e8 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 27 Jan 2020 15:28:36 -0600 Subject: [PATCH] Fix dockerfile to reference proper apks, remove pip3's pyopenssl. --- dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dockerfile b/dockerfile index 4b24ddd..0a72e52 100644 --- a/dockerfile +++ b/dockerfile @@ -7,13 +7,12 @@ RUN apk update RUN apk add \ python3 \ python-dev \ - py-cryptography + py-cryptography \ + py3-openssl RUN python3 -m pip install --upgrade pip \ && pip3 install requests \ - && pip3 install whois \ - && pip3 install pyopenssl - + && pip3 install whois COPY ./ ./