mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-25 11:22:06 +00:00
[AB-xxx] fixing compatible versions for installer
This commit is contained in:
@@ -25,7 +25,10 @@ RUN mkdir -p /postgres \
|
|||||||
# Install ansible and required libraries
|
# Install ansible and required libraries
|
||||||
|
|
||||||
FROM python:3.7-slim-buster as runtime
|
FROM python:3.7-slim-buster as runtime
|
||||||
RUN pip3 install --no-cache-dir psycopg2-binary SQLAlchemy jinja2
|
ARG sql_alchemy_version=1.4.46
|
||||||
|
ARG jinja_version=3.1.2
|
||||||
|
ARG psycopg2_version=2.9.5
|
||||||
|
RUN pip3 install --no-cache-dir psycopg2-binary==${psycopg2_version} SQLAlchemy==${sql_alchemy_version} jinja2==${jinja_version}
|
||||||
COPY --from=base /liquibase /liquibase
|
COPY --from=base /liquibase /liquibase
|
||||||
COPY --from=base /postgres /postgres
|
COPY --from=base /postgres /postgres
|
||||||
COPY --from=base /java /java
|
COPY --from=base /java /java
|
||||||
|
|||||||
Reference in New Issue
Block a user