Skip to content

Commit

Permalink
chore(apps/actions-runner-controller): don't install wrangler
Browse files Browse the repository at this point in the history
The Cloudflare Pages action supports a specific version of Wrangler, so
it's best to leave it up to it to install the correct one.
  • Loading branch information
invakid404 committed Sep 20, 2023
1 parent 58f34cc commit deadab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/actions-runner-controller/runners/invablog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && \
sudo apt update && sudo apt install -y yarn nodejs

RUN sudo npm install -g wrangler

0 comments on commit deadab2

Please sign in to comment.