Skip to content

Commit

Permalink
fix(hadolint): pip install --no-cache-dir (#339)
Browse files Browse the repository at this point in the history
refs #326
  • Loading branch information
jbampton committed Apr 26, 2022
1 parent 54f0d8a commit 52ba06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV CXX=clang++
ENV CC=clang

# pre-commit installation
RUN pip install pre-commit
RUN pip install --no-cache-dir pre-commit

# Work directory setup
COPY . /One
Expand Down

0 comments on commit 52ba06e

Please sign in to comment.