Skip to content

Commit

Permalink
chore(apps/actions-runner-controller): add invablog image with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Sep 14, 2023
1 parent deadf37 commit dead30f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/actions-runner-controller/runners/invablog/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit dead30f

Please sign in to comment.