Skip to content

Commit

Permalink
fix(hadolint): pip install --no-cache-dir
Browse files Browse the repository at this point in the history
refs #326
  • Loading branch information
jbampton authored Apr 26, 2022
1 parent 54f0d8a commit cb12599
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 cb12599

Please sign in to comment.