From 59264c63d03cf2e3e99427472fabd9527319ced0 Mon Sep 17 00:00:00 2001 From: Anders Perrone Date: Wed, 2 Feb 2022 14:08:55 -0800 Subject: [PATCH] Update Matlab version to 2019a --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e90aa1c..6c05cb4 100755 --- a/Dockerfile +++ b/Dockerfile @@ -129,8 +129,8 @@ ENV FSLDIR=/opt/fsl \ #--------------------- RUN mkdir /opt/mcr /opt/mcr_download WORKDIR /opt/mcr_download -RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2017a/deployment_files/R2017a/installers/glnxa64/MCR_R2017a_glnxa64_installer.zip \ - && unzip MCR_R2017a_glnxa64_installer.zip \ +RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/9/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2019a_Update_9_glnxa64.zip \ + && unzip MATLAB_Runtime_R2019a_Update_9_glnxa64.zip \ && ./install -agreeToLicense yes -mode silent -destinationFolder /opt/mcr \ && rm -rf /opt/mcr_download