Misc old updates

This commit is contained in:
Frank Wiles
2022-04-01 08:29:18 -05:00
parent 612ee5c441
commit a2083b94b7
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
# FROM revolutionsystems/python:3.8.3-wee-optimized-lto as builder-py
FROM python:3.9-slim-buster AS builder-py
RUN apt-get update && apt-get install -y build-essential gcc python-dev && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y build-essential gcc python-dev postgresql-client && rm -rf /var/lib/apt/lists/*
RUN pip install -U pip

View File

@@ -1,3 +1,4 @@
set dotenv-load := false
COMPOSE_FILE := "docker-compose-with-celery.yml"
ENV_FILE := ".env"