initial health check

This commit is contained in:
Weves
2023-05-19 12:20:04 -07:00
committed by Chris Weaver
parent 16dd429826
commit 544ba8f50d
21 changed files with 131 additions and 32 deletions

View File

@@ -1,7 +1,8 @@
FROM python:3.11-slim-bullseye
RUN apt-get update \
&& apt-get install -y git cmake pkg-config libprotobuf-c-dev protobuf-compiler libprotobuf-dev libgoogle-perftools-dev libpq-dev build-essential \
&& apt-get install -y git cmake pkg-config libprotobuf-c-dev protobuf-compiler \
libprotobuf-dev libgoogle-perftools-dev libpq-dev build-essential curl \
&& rm -rf /var/lib/apt/lists/*
COPY ./requirements/default.txt /tmp/requirements.txt