DynuIPRefresher/Docker/Linux_Conan/Dockerfile

9 lines
137 B
Docker
Raw Normal View History

2021-03-15 17:46:42 +00:00
FROM mwaeckerlin/mingw:latest
COPY ./build.sh /tmp/
RUN bash /tmp/build.sh
# Expose /home as workin dir
WORKDIR /home
VOLUME ["/home"]