diff --git a/Dockerfile b/Dockerfile
index 7c012e873968d6c616c57183d43c3c370d582d52..9df252be2d39a7ae30c68d20b379857f2cf91118 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \