Asp.net 4.7.2 and oracle client on server core
1.2K
#Docker image which builds upon the microsoft aspnet 4.7.2 server core image. #Note: Oracle ODAC122010xcopy_x64 install files must be located at the same location as this docker file
FROM microsoft/aspnet:4.7.2-windowsservercore-ltsc2016
RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))"
COPY ./ODAC122010Xcopy_x64 c:/install
WORKDIR c:/install
RUN powershell -Command ".\install.bat all c:\oracle odac true;" RUN choco install vcredist2013 -y --allow-empty-checksums; ENV PATH="${PATH};C:\oracle\bin;C:\oracle"
Content type
Image
Digest
Size
6.7 GB
Last updated
over 7 years ago
docker pull jturco/aspnetoraclecore