Skip to content

Commit 7b97e39

Browse files
committed
Fixed dockerimage building
1 parent 132028f commit 7b97e39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
1212
python3-psycopg2 \
1313
nginx \
1414
supervisor && \
15-
BUILD_DEPS='build-essential python3-dev libxml2-dev libxslt-dev python-lxml zlib1g-dev git' && \
15+
BUILD_DEPS='build-essential python3-dev libxml2-dev libxslt-dev libssl-dev libffi-dev python-lxml zlib1g-dev git' && \
1616
apt-get install -y --no-install-recommends ${BUILD_DEPS} && \
17-
pip3 install -U pip setuptools && \
17+
# pip3 install -U pip setuptools && \
1818
pip3 install -U uwsgi
1919

2020
RUN echo "daemon off;" >> /etc/nginx/nginx.conf

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cffi==1.11.5
88
chardet==3.0.4
99
codecov==2.0.5
1010
coverage==4.4.2
11-
cryptography~>2.3
11+
cryptography==2.3.*
1212
dj-database-url==0.4.1
1313
Django==2.0.1
1414
django-ckeditor==5.4.0

0 commit comments

Comments
 (0)