Gemini commited on
Commit
d078b16
·
1 Parent(s): aaf1548

fix: Install curl in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV OLLAMA_HOST=0.0.0.0
10
  ENV OLLAMA_ORIGINS='*'
11
 
12
  # 1. Install Python and PIP
13
- RUN apt-get update && apt-get install -y python3 python3-pip
14
 
15
  # 2. Copy your application files into the container
16
  WORKDIR /app
 
10
  ENV OLLAMA_ORIGINS='*'
11
 
12
  # 1. Install Python and PIP
13
+ RUN apt-get update && apt-get install -y python3 python3-pip curl
14
 
15
  # 2. Copy your application files into the container
16
  WORKDIR /app