Browse Source

Add library dependencies for crypto packages.

master
Chris Smith 5 years ago
parent
commit
b9190445e2
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Dockerfile

+ 3
- 1
Dockerfile View File

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

Loading…
Cancel
Save