Update Dockerfile
Browse files- 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
|