Skip to content

Commit

Permalink
Merge PR #25343: Adding lynx to Dockerfile (#25343)
Browse files Browse the repository at this point in the history
It is required by edx-platform/openedx/core/lib/html_to_text.py
  • Loading branch information
fdns authored Nov 17, 2020
1 parent dc78004 commit 6716d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6716d89

Please sign in to comment.