File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2020RUN echo "daemon off;" >> /etc/nginx/nginx.conf
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cffi==1.11.5
88chardet == 3.0.4
99codecov == 2.0.5
1010coverage == 4.4.2
11- cryptography ~ > 2.3
11+ cryptography == 2.3.*
1212dj-database-url == 0.4.1
1313Django == 2.0.1
1414django-ckeditor == 5.4.0
You can’t perform that action at this time.
0 commit comments