Explorar el Código

Add library dependencies for crypto packages.

master
Chris Smith hace 5 años
padre
commit
b9190445e2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      Dockerfile

+ 3
- 1
Dockerfile Ver fichero

@@ -5,7 +5,9 @@ RUN apt-get update \
5 5
  && apt-get install -y \
6 6
       git \
7 7
       python3 \
8
-      python3-pip
8
+      python3-pip \
9
+      libffi-dev \
10
+      libssl-dev
9 11
 
10 12
 RUN pip3 install \
11 13
       git+https://github.com/mydnshost/mydnshost-python-api.git

Loading…
Cancelar
Guardar