Skip to content

Commit

Permalink
fix: install required ansible-core package
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jan 23, 2024
1 parent 2689330 commit 4841d2b
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 @@ -3,7 +3,7 @@ FROM alpine:3.19
# renovate: datasource=pypi depName=ansible-doctor
ENV ANSIBLE_DOCTOR_VERSION=4.0.1

RUN apk add --no-cache bash python3 python3-dev py3-pip && \
RUN apk add --no-cache bash python3 python3-dev py3-pip ansible-core && \
pip3 install --break-system-packages -U ansible-doctor==${ANSIBLE_DOCTOR_VERSION} && \
rm -rf /root/.cache

Expand Down

0 comments on commit 4841d2b

Please sign in to comment.