Subham9126 commited on
Commit
d22ff73
·
verified ·
1 Parent(s): 28d52ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,7 +9,8 @@ WORKDIR $HOME
9
  RUN mkdir -p $HOME/.ollama && chown -R ollama-user:ollama-user $HOME/.ollama
10
 
11
  # Install netcat (nc) for checking server readiness
12
- RUN apt-get update && apt-get install -y netcat
 
13
 
14
  # Copy the entrypoint script
15
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh
 
9
  RUN mkdir -p $HOME/.ollama && chown -R ollama-user:ollama-user $HOME/.ollama
10
 
11
  # Install netcat (nc) for checking server readiness
12
+ RUN apt-get update && apt-get install -y netcat-openbsd
13
+
14
 
15
  # Copy the entrypoint script
16
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh