Skip to content

Commit 8db5341

Browse files
author
Bilel Omrani
committed
fix: Remove pip cache in Dockerfile
1 parent b5abf15 commit 8db5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ WORKDIR /app
55
# Add dependencies
66
RUN apk add --update -t --no-cache git curl alpine-sdk
77

8-
RUN ["pip", "install", "commitizen>=2,<3"]
8+
RUN ["pip", "install", "--no-cache-dir", "commitizen>=2,<3"]
99

1010
CMD [ "cz", "version" ]

0 commit comments

Comments
 (0)