Skip to content

Commit

Permalink
add jq to parse secret
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jul 25, 2024
1 parent b1e15dc commit 2123667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.10-slim
ARG ENV

RUN apt-get -y update && apt-get -y --no-install-recommends install \
make gcc libc-dev libgeos-dev musl-dev libpq-dev libffi-dev
make gcc libc-dev libgeos-dev musl-dev libpq-dev libffi-dev jq

RUN pip install --upgrade pip && pip install pipenv==v2022.11.30
RUN pip install newrelic
Expand Down

0 comments on commit 2123667

Please sign in to comment.