dont know how jq got removed
This commit is contained in:
parent
af0a122d2b
commit
ab64ce071e
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user