fix(chalice): fixed EE docker image
This commit is contained in:
parent
404ffd5b2d
commit
fd4b71d854
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ WORKDIR /work
|
|||
COPY requirements.txt ./requirements.txt
|
||||
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
||||
# This code is used to solve 'lxml & xmlsec libxml2 library version mismatch' error
|
||||
RUN pip uninstall -y lxml && pip install lxml
|
||||
RUN pip uninstall -y lxml && pip install --no-binary lxml lxml --force-reinstall
|
||||
|
||||
COPY . .
|
||||
RUN mv env.default .env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue