Skip to content

Instantly share code, notes, and snippets.

@christianberg
Created August 2, 2013 15:54
Show Gist options
  • Save christianberg/6141028 to your computer and use it in GitHub Desktop.
Save christianberg/6141028 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 with latest updates applied
FROM ubuntu:12.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y
RUN apt-get upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment