Skip to content

Instantly share code, notes, and snippets.

@eikeon
Created January 24, 2015 18:15
Show Gist options
  • Save eikeon/be8acd81bd842c6558a1 to your computer and use it in GitHub Desktop.
Save eikeon/be8acd81bd842c6558a1 to your computer and use it in GitHub Desktop.
my "Ubuntu Developer Desktop"
FROM ubuntu:15.04
MAINTAINER Daniel Krech <eikeon@eikeon.com>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -qq update && apt-get -qqy install software-properties-common python3-software-properties
RUN add-apt-repository ppa:snappy-dev/beta && apt-get -qq update && apt-get -qqy install snappy-tools bzr git
CMD /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment