#!/bin/bash FROM ubuntu:16.04 RUN apt-get update -y RUN apt-get install -y sudo ADD ./build-collectd.sh /build-collectd.sh