Created
January 24, 2015 18:15
-
-
Save eikeon/be8acd81bd842c6558a1 to your computer and use it in GitHub Desktop.
my "Ubuntu Developer Desktop"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:15.04 | |
MAINTAINER Daniel Krech <[email protected]> | |
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