dont know how jq got removed

This commit is contained in:
Shihaam Abdul Rahman 2024-12-20 16:56:03 +05:00
parent af0a122d2b
commit ab64ce071e
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -1,7 +1,7 @@
FROM python:3.9.20-slim-bookworm
RUN pip install python-dotenv flask gunicorn
RUN apt-get update && apt-get install -y curl && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y curl jq && apt-get clean && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY api.py tx.sh fetchname.sh .