Skip to content

Commit

Permalink
Fix global pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Jul 24, 2023
1 parent 4657a88 commit b870a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/golang.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3-all-dev \
python3-pip \
rpm \
sudo \
&& pip install --upgrade \
&& pip install --break-system-packages --upgrade \
check-jsonschema \
jsonschema \
yamllint \
Expand Down

0 comments on commit b870a1f

Please sign in to comment.