[FIX] pycrypto for builds

This commit is contained in:
Parthiv
2018-11-01 11:33:32 +05:30
parent b55f10ae64
commit 97d95a47fc
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ RUN apt-get update -qq && \
python3-vobject \
python3-werkzeug \
python3-xlsxwriter \
python3-crypto \
python3-yaml -y && \
rm -rf /var/lib/apt/lists/*
+1
View File
@@ -45,6 +45,7 @@ RUN dnf update -d 0 -e 0 -y && \
python3-vobject \
python3-werkzeug \
python3-xlwt \
python3-crypto \
python3-xlrd \
pytz \
postgresql \
+1
View File
@@ -31,6 +31,7 @@ RUN apt-get update -qq && \
python3-dev \
python3-pip \
python3-wheel \
python3-crypto \
build-essential \
python3 -y && \
rm -rf /var/lib/apt/lists/*