FROM debian:buster
ENV DEBIAN_FRONTEND=noninteractive 
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh