mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
3 lines
104 B
Text
3 lines
104 B
Text
|
|
FROM qdrant/qdrant:latest
|
||
|
|
|
||
|
|
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|