Skip to content
Snippets Groups Projects
Commit 3f2de8d3 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Restore lxml requirement in base image for arkindex_common

parent 59360cc8
No related branches found
No related tags found
No related merge requests found
FROM registry.gitlab.com/arkindex/backend/base:django-3.1 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-3.1
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml
ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787
......
......@@ -57,7 +57,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:django-3.1 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
......@@ -4,6 +4,7 @@ Django==3.1
elasticsearch==6.2.0
hiredis==1.0.0
ijson==2.3
lxml==4.2.3
openpyxl==2.4.9
psycopg2==2.8.5
python-Levenshtein==0.12.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment