diff --git a/Dockerfile b/Dockerfile index 388c690..d369d49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,7 @@ LABEL com.redhat.component="$NAME" \ RUN dnf -y install --setopt=tsflags=nodocs \ --enablerepo=updates-testing \ python-gunicorn \ - && dnf -y clean all -RUN dnf -y install --setopt=tsflags=nodocs \ - https://kojipkgs.fedoraproject.org//packages/greenwave/0.1.1/1.02795e8.fc26/noarch/greenwave-0.1.1-1.02795e8.fc26.noarch.rpm \ + greenwave \ && dnf -y clean all COPY README.md /README.md USER 1001