FROM registry.yandex.net/ubuntu:xenial

MAINTAINER Andrew Krasichkov "buglloc@yandex-team.ru"
ENV DEBIAN_FRONTEND noninteractive
ENV DIST xenial

# . - content root folder, must contain all destinations from pkg.json
COPY . /

WORKDIR /

CMD /zn-quest-redir
