From fc7f4ee7d9fa8902628f4df4b231eb5422192655 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Jun 11 2021 03:57:46 +0000 Subject: Updated base container tag and package versions Signed-off-by: Akashdeep Dhar --- diff --git a/Dockerfile b/Dockerfile index 10f8ec9..ceee954 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM fedora:30 +FROM fedora:34 MAINTAINER Rick Elrod 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 +RUN dnf install -y git gettext python3-genshi python3-lxml python3-setuptools \ + python3-dateutil python3-dogpile-cache babel python3-feedparser fedfind \ + python3-requests python3-babel findutils make httpd EXPOSE 5000