diff --git a/Dockerfile b/Dockerfile index 8f12b34..4c2dcad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,14 +1,13 @@ -FROM registry.fedoraproject.org/fedora:28 +FROM registry.fedoraproject.org/fedora:rawhide MAINTAINER "Fedora Infrastructure" -ENV VERSION=0.7.3 RELEASE=1 SUFFIX=fc28 +ENV VERSION=0.8.4 LABEL BZComponent="mirrormanager2-mirrorlist" \ Name="$FGC/mirrormanager2-mirrorlist" \ Version="$VERSION" \ - Release="$RELEASE" \ Architecture="x86_64" -RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi +RUN dnf install -y mirrormanager2-mirrorlist httpd mod_wsgi GeoIP-GeoLite-data-extra RUN dnf install -y patch COPY logging.patch /root diff --git a/run.sh b/run.sh index ecb815d..8136509 100644 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash /usr/sbin/httpd & -/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py +/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py $@