mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-21 12:52:05 +00:00
[AB-XXX] replacing packaged xsd for liquibase with reference
using logging module for db and template deployment updating deployment container dependencies
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
|
||||
FROM python:3.7-slim-buster as runtime
|
||||
FROM python:3.12.2-slim-bullseye as runtime
|
||||
MAINTAINER Sheldan
|
||||
ARG sql_alchemy_version=1.4.46
|
||||
ARG psycopg2_version=2.9.5
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libpq-dev \
|
||||
gcc \
|
||||
g++ \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
ARG sql_alchemy_version=2.0.27
|
||||
ARG psycopg2_version=2.9.9
|
||||
RUN pip3 install --no-cache-dir psycopg2-binary==${psycopg2_version} SQLAlchemy==${sql_alchemy_version}
|
||||
ADD python /python
|
||||
ADD wrapper /
|
||||
|
||||
Reference in New Issue
Block a user