added postgresl ibrary dependency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:3.11-slim
|
||||||
ARG API_URL
|
ARG API_URL
|
||||||
WORKDIR /app
|
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
|
RUN adduser --disabled-password --home /app reflex
|
||||||
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
|
COPY --chown=reflex --from=gitea.pb42.de/matthias/reflex-ipad:builder /app /app
|
||||||
COPY --chown=reflex deploy/* .
|
COPY --chown=reflex deploy/* .
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
reflex==0.3.7
|
reflex==0.3.7
|
||||||
croniter==2.0.1
|
croniter==2.0.1
|
||||||
|
psycopg2
|
||||||
|
|||||||
Reference in New Issue
Block a user