We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5abf15 commit 8db5341Copy full SHA for 8db5341
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