Sign inSign up

2009001008002/ansible

By 2009001008002

•Updated about 3 years ago

Image
0

1.0K

2009001008002/ansible repository overview

⁠Use a base image

FROM ubuntu:20.04

⁠Set environment variables

ENV DEBIAN_FRONTEND=noninteractive

⁠Install required packages

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

Tag summary

Content type

Image

Digest

sha256:7e6b6a2b1…

Size

179.7 MB

Last updated

about 3 years ago

docker pull 2009001008002/ansible