Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ad40e37

Browse files
authored
Merge pull request #6 from bilelomrani1/no_cache
Add --no-cache-dir option in pip
2 parents 48825f9 + 8db5341 commit ad40e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)