diff --git a/.changeset/loud-eagles-decide.md b/.changeset/loud-eagles-decide.md new file mode 100644 index 00000000..a4e9f5b1 --- /dev/null +++ b/.changeset/loud-eagles-decide.md @@ -0,0 +1,5 @@ +--- +"@redocly/cli": patch +--- + +Added git to the docker image, so the push command can use git metadata. diff --git a/Dockerfile b/Dockerfile index 84ed410f..adb7fa0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN npm run prepare # Install redocly-cli globally, similar to npm install --global @redocly/cli # but the local package is used here RUN apk update && apk add jq && \ + apk add git && \ npm run pack:prepare && \ npm install --global redocly-cli.tgz