Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ COPY package.json ollama.sh ollama.js ./
|
|
| 8 |
RUN apt-get update && \
|
| 9 |
apt-get install -y \
|
| 10 |
curl \
|
| 11 |
-
netcat-openbsd \
|
| 12 |
bash && \
|
| 13 |
curl -L https://ollama.ai/install.sh | sh && \
|
| 14 |
chmod +x ollama.sh
|
|
|
|
| 8 |
RUN apt-get update && \
|
| 9 |
apt-get install -y \
|
| 10 |
curl \
|
| 11 |
+
netcat-openbsd \
|
| 12 |
bash && \
|
| 13 |
curl -L https://ollama.ai/install.sh | sh && \
|
| 14 |
chmod +x ollama.sh
|