Skip to content

Commit 25d8028

Browse files
committed
feat: prepare dockerfile with libs
1 parent 3f8bfa6 commit 25d8028

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
FROM alpine:3
22
LABEL maintainer="deeagle <[email protected]>"
3+
4+
RUN apk --no-cache add git npm
5+
RUN npm install @semantic-release/changelog @semantic-release/git @semantic-release/commit-analyzer @semantic-release/exec @saithodev/semantic-release-gitea -D

0 commit comments

Comments
 (0)