Skip to content

Commit

Permalink
install pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlike committed Jun 21, 2024
1 parent 89dd331 commit a39908e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ RUN apk add --no-cache \
git \
ansible \
make \
just
just \
python3 \
py3-pip

ENV PYTHONUNBUFFERED=1
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip
RUN pip3 install --no-cache --upgrade pip setuptools nc-dnsapi
RUN pip install --no-cache --break-system-packages nc-dnsapi

ENV ANSIBLE_STDOUT_CALLBACK=unixy
ENV ANSIBLE_LOAD_CALLBACK_PLUGINS=1
Expand Down

0 comments on commit a39908e

Please sign in to comment.