Fix dockerfile to reference proper apks, remove pip3's pyopenssl.

master
jowj 4 years ago
parent 618b005da4
commit 8c26b9d433

@ -7,13 +7,12 @@ RUN apk update
RUN apk add \ RUN apk add \
python3 \ python3 \
python-dev \ python-dev \
py-cryptography py-cryptography \
py3-openssl
RUN python3 -m pip install --upgrade pip \ RUN python3 -m pip install --upgrade pip \
&& pip3 install requests \ && pip3 install requests \
&& pip3 install whois \ && pip3 install whois
&& pip3 install pyopenssl
COPY ./ ./ COPY ./ ./

Loading…
Cancel
Save