Hi, has anybody ever installed the CR Runtime in an docker image? Would be pleased for some links to resources for dockerfiles, like this:
FROM microsoft/windowsservercore
#Preperation: all commands on the container shall run in the POWERSHELL SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
#Copy the Crystal 2010 Runtime from the lokal machine to the container (into the folder "c:\install" and install it manually
COPY . /install WORKDIR /install
RUN Start-Process CRRuntime_64bit_13_0_18.msi