FROM debian:jessie

RUN apt-get -y update
RUN apt-get -y --no-install-recommends install git-core ca-certificates ssh

