FROM registry.yandex.net/mail/mail-trusty-common:latest
RUN apt-get update; apt-get install -y \
    git \
    make
EXPOSE 80
