blob: 916a3cb9657df91fe894608470674499c763329e [file] [log] [blame]
FROM ubuntu:19.10
ADD build.sh /root/build.sh
RUN apt update && apt install -y dos2unix
RUN dos2unix /root/build.sh
RUN bash /root/build.sh