DynuIPRefresher/Docker/Linux_Conan/Dockerfile
2021-03-15 18:46:42 +01:00

9 lines
137 B
Docker

FROM mwaeckerlin/mingw:latest
COPY ./build.sh /tmp/
RUN bash /tmp/build.sh
# Expose /home as workin dir
WORKDIR /home
VOLUME ["/home"]