Skip to content

Commit

Permalink
fix ansible-lint version
Browse files Browse the repository at this point in the history
attempted workaround for ansible#45
  • Loading branch information
srl295 committed Feb 9, 2021
1 parent f05dc37 commit 96f125c
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 @@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="gray-dark"
# Install git (required by ansible-lint)
RUN set -ex && apt-get update && apt-get -q install -y -V git && rm -rf /var/lib/apt/lists/*

RUN pip install ansible-lint
RUN pip install 'ansible-lint==4.3.7'

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 96f125c

Please sign in to comment.