mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-11-03 04:24:07 +01:00
Fix psycopg install
This commit is contained in:
@@ -25,7 +25,7 @@ ADD https://astral.sh/uv/0.8.13/install.sh /uv-installer.sh
|
||||
RUN chmod +x /uv-installer.sh && /uv-installer.sh
|
||||
# install python dependencies
|
||||
COPY pyproject.toml uv.lock ./
|
||||
RUN /root/.local/bin/uv sync --no-dev
|
||||
RUN /root/.local/bin/uv sync --no-dev --group postgres
|
||||
|
||||
|
||||
FROM build-deps AS compile-icu
|
||||
|
||||
Reference in New Issue
Block a user