abc1181 commited on
Commit
f08bdf4
Β·
verified Β·
1 Parent(s): 3a8b83c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -29,12 +29,6 @@ RUN curl -fsSL "https://nodejs.org/dist/v20.19.0/node-v20.19.0-linux-x64.tar.xz"
29
  && npm install -g yarn pnpm
30
 
31
  # ── GitHub CLI ─────────────────────────────────────────────────────────────
32
- RUN curl -fsSL \
33
- "https://github.com/cli/cli/releases/latest/download/gh_2.67.0_linux_amd64.tar.gz" \
34
- -o /tmp/gh.tar.gz \
35
- && tar -xzf /tmp/gh.tar.gz -C /tmp \
36
- && mv /tmp/gh_2.67.0_linux_amd64/bin/gh /usr/local/bin/gh \
37
- && rm -rf /tmp/gh.tar.gz /tmp/gh_2.67.0_linux_amd64
38
 
39
  # ── ttyd (web terminal) ────────────────────────────────────────────────────
40
  RUN curl -fsSL \
 
29
  && npm install -g yarn pnpm
30
 
31
  # ── GitHub CLI ─────────────────────────────────────────────────────────────
 
 
 
 
 
 
32
 
33
  # ── ttyd (web terminal) ────────────────────────────────────────────────────
34
  RUN curl -fsSL \