custom doker image for conan-mingw
This commit is contained in:
10
Docker/Windows_Conan/Dockerfile
Normal file
10
Docker/Windows_Conan/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user