Merge PR #25343: Adding lynx to Dockerfile (#25343)

It is required by edx-platform/openedx/core/lib/html_to_text.py
This commit is contained in:
Felipe Espinoza
2020-11-16 21:09:15 -03:00
committed by GitHub
parent dc780049c0
commit 6716d89e5d

View File

@@ -36,6 +36,8 @@ RUN apt-get update && \
libxml2-dev \
libxmlsec1-dev \
libxslt1-dev \
# lynx: Required by https://github.com/edx/edx-platform/blob/b489a4ecb122/openedx/core/lib/html_to_text.py#L16
lynx \
ntp \
pkg-config \
python3-dev \