rowboat/Dockerfile.qdrant

3 lines
104 B
Text
Raw Normal View History

2025-05-06 16:30:20 +05:30
FROM qdrant/qdrant:latest
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*