ansible-runner/packaging/debian/docker/Dockerfile
2021-03-03 11:36:53 +08:00

11 lines
309 B
Docker

FROM debian:buster
RUN apt-get update
RUN apt-get install -y \
make debhelper dh-python devscripts python-all python-setuptools python-pip \
python-backports.functools-lru-cache pinentry-tty
RUN update-alternatives --config pinentry
RUN pip install -IU pip setuptools
RUN pip install -IU poetry ansible