vdkch/qdrant/Dockerfile

4 lines
97 B
Docker
Raw Normal View History

2025-02-16 18:07:38 +03:00
FROM qdrant/qdrant
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*