From 7e3f403bdf6d298a3de62ab6d949de3ff9c49adf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 06 2021 09:22:27 +0000 Subject: Install mdapi-messages from pypi in the container Signed-off-by: Pierre-Yves Chibon --- diff --git a/Dockerfile b/Dockerfile index 39bcc8e..d1bf716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ EXPOSE 8080 RUN dnf -y install python3-aiohttp python3-requests python3-fedora-messaging python3-uvloop python3-pip python3-gunicorn\ && dnf clean all \ - && pip3 install aiosqlite + && pip3 install aiosqlite mdapi-messages ENV MDAPI_CONFIG=/etc/mdapi/mdapi.cfg COPY . /code