Parcourir la source

Add library dependencies for crypto packages.

master
Chris Smith il y a 5 ans
Parent
révision
b9190445e2
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      Dockerfile

+ 3
- 1
Dockerfile Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer