added postgresl ibrary dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-04 16:19:41 +01:00
parent cc5fc0e824
commit ebf259cf25
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
FROM python:3.11-slim
ARG API_URL
WORKDIR /app
RUN apt-get update && apt-get --no-install-recommends -y install libpq5 && rm -rf /var/apt/cache/*
RUN adduser --disabled-password --home /app reflex
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
COPY --chown=reflex deploy/* .

View File

@@ -1,2 +1,3 @@
reflex==0.3.7
croniter==2.0.1
psycopg2