SDRPlusPlus/docker_builds/ubuntu_hirsute/Dockerfile

3 wiersze
73 B
Docker

FROM ubuntu:hirsute
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh