mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 09:50:11 -06:00
Dockerfile: pip install "psycopg[binary]"
needed for testing with the postgres DB backend See #21, #61
This commit is contained in:
@@ -27,6 +27,8 @@ RUN apt update && apt install default-libmysqlclient-dev -y
|
||||
COPY --from=build /wheels /wheels
|
||||
RUN --mount=type=cache,target=/var/cache/buildkit/pip \
|
||||
pip install --find-links /wheels --no-index /wheels/$WHEEL_FILE mysqlclient
|
||||
RUN --mount=type=cache,target=/var/cache/buildkit/pip \
|
||||
pip install "psycopg[binary]"
|
||||
|
||||
COPY bugsink/conf_templates/docker.py.template bugsink_conf.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user