From 6109d0589b7034f3d7c615094b5010e80e1fa0ef Mon Sep 17 00:00:00 2001 From: Swaggeroo <57057662+Swaggeroo@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:21:38 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3ec446..49060fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED=1 RUN mkdir ./data -RUN pip install python-bring-api gkeepapi schedule gpsoauth==1.0.2 urllib3==1.25.1 +RUN pip install python-bring-api gkeepapi schedule gpsoauth==1.0.2 urllib3==1.25.1 python-decouple~=3.8 # start app -CMD [ "python", "-u", "./app.py" ] \ No newline at end of file +CMD [ "python", "-u", "./app.py" ]