Skip to content

Commit

Permalink
fix: update dependencies installation (#3)
Browse files Browse the repository at this point in the history
Fix for:
```
ERROR: Cannot uninstall 'packaging'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
```
  • Loading branch information
nchagrass authored Feb 28, 2022
1 parent fdd1127 commit 17b8bb7
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 @@ -9,7 +9,7 @@ RUN apk --no-cache add build-base git python3 python3-dev py3-pip jq

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

RUN python3 -m pip install semgrep
RUN python3 -m pip install --ignore-installed semgrep

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 17b8bb7

Please sign in to comment.