custom doker image for conan-mingw

This commit is contained in:
2021-03-15 20:03:26 +01:00
parent 9d91779f15
commit 5f65ca528f
4 changed files with 61 additions and 3 deletions

View File

@ -0,0 +1,10 @@
FROM fedora:33
MAINTAINER luki42
COPY ./build.sh /tmp/
RUN bash /tmp/build.sh
# Expose /home as workin dir
WORKDIR /home
VOLUME ["/home"]