4 lines
110 B
Docker

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