Spaces:
Sleeping
Sleeping
fix: add curl to Dockerfile to fix health check infinite loop
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -11,6 +11,7 @@ WORKDIR /app
|
|
| 11 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 12 |
build-essential \
|
| 13 |
wget \
|
|
|
|
| 14 |
&& rm -rf /var/lib/apt/lists/*
|
| 15 |
|
| 16 |
# Download Qdrant Binaries (Based on v1.16.2, for Linux)
|
|
|
|
| 11 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 12 |
build-essential \
|
| 13 |
wget \
|
| 14 |
+
curl \
|
| 15 |
&& rm -rf /var/lib/apt/lists/*
|
| 16 |
|
| 17 |
# Download Qdrant Binaries (Based on v1.16.2, for Linux)
|