fix docker stuff
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m24s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m24s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.9.20-slim-bookworm
|
||||
|
||||
RUN pip install python-dotenv flask gunicorn
|
||||
RUN pip install python-dotenv flask gunicorn requests
|
||||
RUN apt-get update && apt-get install -y curl jq && apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user