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 ./ ./