We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48825f9 + 8db5341 commit ad40e37Copy full SHA for ad40e37
Dockerfile
@@ -5,6 +5,6 @@ WORKDIR /app
5
# Add dependencies
6
RUN apk add --update -t --no-cache git curl alpine-sdk
7
8
-RUN ["pip", "install", "commitizen>=2,<3"]
+RUN ["pip", "install", "--no-cache-dir", "commitizen>=2,<3"]
9
10
CMD [ "cz", "version" ]
0 commit comments