kovinape commited on
Commit
08e0270
Β·
verified Β·
1 Parent(s): a0b9024

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,3 +1,4 @@
 
1
  # ─────────────────────────────────────────────────────────────
2
  # HF Docker Space β€” Ollama + Claude Code (web terminal)
3
  # Exposed port : 7860 (only port HF Spaces forwards)
@@ -10,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
 
11
  # ── System packages ──────────────────────────────────────────
12
  RUN apt-get update && apt-get install -y \
13
- curl wget git ca-certificates gnupg \
14
  && \
15
  # Node.js 20 LTS (needed by Claude Code CLI)
16
  curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
 
1
+
2
  # ─────────────────────────────────────────────────────────────
3
  # HF Docker Space β€” Ollama + Claude Code (web terminal)
4
  # Exposed port : 7860 (only port HF Spaces forwards)
 
11
 
12
  # ── System packages ──────────────────────────────────────────
13
  RUN apt-get update && apt-get install -y \
14
+ curl wget git ca-certificates gnupg zstd \
15
  && \
16
  # Node.js 20 LTS (needed by Claude Code CLI)
17
  curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \