FROM registry.yandex.net/ubuntu:bionic

COPY root /root

RUN chmod +x /root/api.sh
RUN chmod +x /root/http_proxy.sh
RUN chmod +x /root/init.sh
