Skip to content

Commit

Permalink
🥧 Add Httpie as a useful alternative for making heathz related requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Oct 11, 2024
1 parent 3961f88 commit a69bdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ FROM python:3.12-slim as builder
# We need gcc to compile thriftpy2, a secondary dependency.
RUN apt-get -y update && apt-get install -y git gcc

# We want cURL so healthchecks can be performed within the container
RUN apt-get install -y curl
# We want cURL and httpie so healthchecks can be performed within the container
RUN apt-get install -y curl httpie

WORKDIR /code

Expand Down

0 comments on commit a69bdf0

Please sign in to comment.