diff --git a/Dockerfile b/Dockerfile index 1ac26eb..469f967 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,16 @@ FROM fedora RUN dnf -y update && \ - dnf -y install python3-google-auth-oauthlib python3-configargparse python3-httplib2 python3-oauth2client python3-pyyaml python3-google-api-client.noarch python3-prometheus_client.noarch && \ + dnf -y install \ + python3-google-auth-oauthlib \ + python3-configargparse \ + python3-httplib2 \ + python3-oauth2client \ + python3-pyyaml \ + python3-flask \ + python3-waitress \ + python3-google-api-client \ + python3-prometheus_client && \ dnf clean all COPY gmail-exporter.py /usr/local/sbin/gmail-exporter