Skip to content

Commit 2acb959

Browse files
authored
Update Dockerfile
1 parent 5acb5e3 commit 2acb959

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

Dockerfile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
FROM 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-
123
RUN \
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

0 commit comments

Comments
 (0)