Skip to content

Commit 4f32a1b

Browse files
committed
feat(docker): added GPG package to be able to sign commits
1 parent 0fa2b89 commit 4f32a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG NODE_TAG="20-alpine3.18"
22
FROM node:${NODE_TAG} as Runner
33
WORKDIR /usr/src/app
4-
RUN apk add --no-cache bash git curl jq openssh-client
4+
RUN apk add --no-cache bash git curl jq openssh-client gpg
55
RUN yarn global add conventional-changelog-cli conventional-recommended-bump
66
COPY release-version.sh /usr/local/bin/release-version
77
RUN chmod a+x /usr/local/bin/release-version

0 commit comments

Comments
 (0)