libssl for ubuntu

master
thelamer 2019-11-19 03:56:30 -08:00
rodzic c0067d9498
commit 0083d9ead7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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