FROM bde2020/hadoop-base:1.0.0
MAINTAINER Ivan Ermilov <ivan.s.ermilov@gmail.com>

ADD run.sh /run.sh
RUN chmod a+x /run.sh

CMD ["/run.sh"]
