Skip to content

Commit

Permalink
chore(apps/actions-runner-controller): preinstall wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Sep 15, 2023
1 parent 225f225 commit deadb5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/actions-runner-controller/runners/invablog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ FROM summerwind/actions-runner:ubuntu-22.04
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 --no-install-recommends yarn

RUN sudo npm install -g wrangler

0 comments on commit deadb5c

Please sign in to comment.