Skip to content

Commit

Permalink
Add flask and waitress deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Jun 20, 2024
1 parent 0382f55 commit 2036962
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2036962

Please sign in to comment.