FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update &&
apt-get install -y software-properties-common &&
apt-add-repository --yes --update ppa:ansible/ansible &&
apt-get install -y ansible curl wget &&
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb &&
dpkg -i packages-microsoft-prod.deb &&
apt-get update &&
apt-get install blobfuse -y &&
apt-get install libcurl4-gnutls-dev -y
Content type
Image
Digest
sha256:7e6b6a2b1…
Size
179.7 MB
Last updated
about 3 years ago
docker pull 2009001008002/ansible