From bc778258fe56980acc0e99aa9d0276159dffb04f Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Jul 16 2021 18:15:54 +0000 Subject: add missing langtable package --- diff --git a/Dockerfile b/Dockerfile index 10f8ec9..cbf1782 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ WORKDIR /opt/oldrepo/ RUN dnf install -y git gettext python-genshi python-lxml python-setuptools \ python-dateutil python-dogpile-cache babel python-feedparser fedfind \ - python-requests python2-babel findutils make httpd + python-requests python2-babel python-langtable findutils make httpd EXPOSE 5000