Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ansible / sensu / sensu_go / docker / ubuntu-16.04.docker
Size: Mime:
FROM ubuntu:16.04
RUN apt-get update \
    && apt-get install -y \
         python sudo bash ca-certificates iproute2 python-apt aptitude \
    && apt-get clean