Skip to content

Commit

Permalink
Squished commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick committed Sep 11, 2024
1 parent cec1546 commit 00a9fb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion monitoring/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# This image is intended to be built from the repository root context/folder.

FROM python:3.12.4-slim
FROM python:3.12.6-slim
# Not -alpine because: https://stackoverflow.com/a/58028091/651139

# Install system tools
Expand All @@ -19,6 +19,9 @@ FROM python:3.12.4-slim
# ca-certificates: Needed to accurately validate TLS connections
RUN apt-get update --fix-missing && apt-get install -y make openssl curl libgeos-dev gcc g++ && apt-get install ca-certificates

# Deal with https://github.com/docker-library/python/pull/954
RUN pip install --no-cache-dir setuptools==74.1.2

# Required to build in an ARM environment
# gevent: libffi-dev libssl-dev python3-dev build-essential
# lxml: libxml2-dev libxslt-dev
Expand Down

0 comments on commit 00a9fb4

Please sign in to comment.