add conan docker image and build docker image only if changes where made in its config
This commit is contained in:
11
Docker/Linux_Conan/Dockerfile
Normal file
11
Docker/Linux_Conan/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM gcc:latest
|
||||
|
||||
ENV PATH=/usr/local/texlive/bin/x86_64-linuxmusl:$PATH
|
||||
|
||||
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