Spaces:
Runtime error
Runtime error
Denis Platonov commited on
Install pgvector for Chatwoot schema
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN if command -v apt-get >/dev/null 2>&1; then \
|
|
| 7 |
apt-get install -y --no-install-recommends postgresql postgresql-contrib redis-server supervisor tini gosu ca-certificates && \
|
| 8 |
rm -rf /var/lib/apt/lists/*; \
|
| 9 |
elif command -v apk >/dev/null 2>&1; then \
|
| 10 |
-
apk add --no-cache postgresql postgresql-contrib redis supervisor tini su-exec bash ca-certificates; \
|
| 11 |
else \
|
| 12 |
echo "Unsupported base image package manager" >&2; exit 1; \
|
| 13 |
fi
|
|
|
|
| 7 |
apt-get install -y --no-install-recommends postgresql postgresql-contrib redis-server supervisor tini gosu ca-certificates && \
|
| 8 |
rm -rf /var/lib/apt/lists/*; \
|
| 9 |
elif command -v apk >/dev/null 2>&1; then \
|
| 10 |
+
apk add --no-cache postgresql postgresql-contrib postgresql-pgvector redis supervisor tini su-exec bash ca-certificates; \
|
| 11 |
else \
|
| 12 |
echo "Unsupported base image package manager" >&2; exit 1; \
|
| 13 |
fi
|