File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM node:lts-slim
22
3- LABEL "com.github.actions.name" ="gh-actions-nodejs"
4- LABEL "com.github.actions.description" ="Node.js For Github Actions"
5- LABEL "com.github.actions.icon" ="box"
6- LABEL "com.github.actions.color" ="green"
7-
8- LABEL "repository" ="https://github.com/Slishee/github-actions-nodejs"
9- LABEL "homepage" ="https://github.com/Slishee/github-actions-nodejs"
10- LABEL "maintainer" ="Linework IT <lineworkit@gmail.com>"
11-
123RUN \
13- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - && \
14- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list && \
4+ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
5+ echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
156 apt-get update -y && \
167 apt-get install -y git yarn
178
You can’t perform that action at this time.
0 commit comments