m97j commited on
Commit
2ce3fdc
·
1 Parent(s): cda6eee

fix: add curl to Dockerfile to fix health check infinite loop

Browse files
Files changed (1) hide show
  1. 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)