Skip to content

Instantly share code, notes, and snippets.

FROM ubuntu:14.04
# Keep upstart from complaining
RUN dpkg-divert --local --rename --add /sbin/initctl
RUN ln -sf /bin/true /sbin/initctl
# Update
RUN apt-get update
RUN apt-get -y upgrade