Skip to content

Commit

Permalink
fix dockerfile (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: TimHuynh <tim.huynh@target.com>
  • Loading branch information
timhuynh94 and TimHuynh committed Dec 8, 2023
1 parent 898a5c7 commit e4fa8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ RUN apk --update add --virtual \

RUN pip3 install --upgrade \
pip \
cffi
cffi --break-system-packages

RUN pip3 install \
wheel \
ansible==${ANSIBLE_VERSION} \
ansible-lint
ansible-lint --break-system-packages

RUN apk del \
.build-deps
Expand Down

0 comments on commit e4fa8ba

Please sign in to comment.