adding openssl libs

pull/8/head
thelamer 2019-11-19 03:17:38 -08:00
rodzic 13c560385b
commit c0067d9498
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ RUN \
apt-get install -y \ apt-get install -y \
git \ git \
libffi-dev \ libffi-dev \
openssl-dev \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \

Wyświetl plik

@ -8,6 +8,7 @@ RUN \
apt-get install -y \ apt-get install -y \
git \ git \
libffi-dev \ libffi-dev \
openssl-dev \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \