ソースを参照

Add library dependencies for crypto packages.

master
Chris Smith 5年前
コミット
b9190445e2
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      Dockerfile

+ 3
- 1
Dockerfile ファイルの表示

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

読み込み中…
キャンセル
保存