abcd118q commited on
Commit
66e10ae
Β·
verified Β·
1 Parent(s): 914865e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile CHANGED
@@ -29,13 +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
  # ── code-server ────────────────────────────────────────────────────────────
40
  RUN curl -fsSL https://code-server.dev/install.sh | sh \
41
  && rm -rf /tmp/code-server*
 
29
  && npm install -g yarn pnpm
30
 
31
  # ── GitHub CLI ─────────────────────────────────────────────────────────────
 
 
 
 
 
 
 
32
  # ── code-server ────────────────────────────────────────────────────────────
33
  RUN curl -fsSL https://code-server.dev/install.sh | sh \
34
  && rm -rf /tmp/code-server*