From ab64ce071e0617658201d12017e863b6987f7584 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 20 Dec 2024 16:56:03 +0500 Subject: [PATCH] dont know how jq got removed --- .build/prod/api.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/prod/api.Dockerfile b/.build/prod/api.Dockerfile index fdc14ca..817a07b 100644 --- a/.build/prod/api.Dockerfile +++ b/.build/prod/api.Dockerfile @@ -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 .