LPX55 commited on
Commit
7ddd719
·
verified ·
1 Parent(s): 04ba062

Update Dockerfile

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