Skip to content

Commit

Permalink
Merge branch 'main' into clean-scd-injection-api
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Oct 3, 2023
2 parents 2280399 + 7013755 commit c987fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ FROM python:3.8-slim
# Not -alpine because: https://stackoverflow.com/a/58028091/651139

RUN apt-get update && apt-get install -y openssl curl libgeos-dev gcc && apt-get install ca-certificates

# required for gevent to build without error in an ARM environment
RUN apt-get update && apt-get install -y libffi-dev libssl-dev python3-dev build-essential

RUN mkdir -p /app/monitoring
COPY ./requirements.txt /app/monitoring/requirements.txt
RUN pip install -r /app/monitoring/requirements.txt
Expand Down

0 comments on commit c987fc2

Please sign in to comment.