Skip to content

Commit

Permalink
Merge pull request #85 from konstruktoid/lint
Browse files Browse the repository at this point in the history
update local action
  • Loading branch information
konstruktoid authored Oct 11, 2023
2 parents 1e43c73 + dd32e01 commit 861ab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apk --update --no-cache add cargo gcc git g++ libffi-dev openssl-dev \
python3 -m ensurepip --upgrade && \
python3 -m pip install --no-cache-dir --upgrade pip && \
python3 -m pip install --no-cache-dir wheel && \
python3 -m pip install --no-cache-dir cryptography && \
python3 -m pip install --no-cache-dir cryptography passlib && \
python3 -m pip install --no-cache-dir git+https://github.com/ansible/ansible-lint.git && \
rm -rf /var/cache/*

Expand Down

0 comments on commit 861ab92

Please sign in to comment.