Skip to content

Commit 3956a24

Browse files
committed
chore: add pgvector license
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 764a19d commit 3956a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pgvector/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ RUN apt-get update && \
1212
FROM scratch
1313
ARG PG_MAJOR
1414

15+
# Licenses
16+
COPY --from=builder /usr/share/doc/postgresql-${PG_MAJOR}-pgvector/copyright /licenses/postgresql-${PG_MAJOR}-pgvector/
17+
1518
# Libraries
1619
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/vector* /lib/
1720
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/ /lib/bitcode/

0 commit comments

Comments
 (0)