Skip to content

Commit 28b2e8b

Browse files
authored
Fix MATLAB Runtime installation path
1 parent 6e3f638 commit 28b2e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV MATLAB_UPDATE 5
1515
RUN mkdir /opt/mcr_install && \
1616
mkdir /opt/mcr && \
1717
wget -P /opt/mcr_install https://ssd.mathworks.com/supportfiles/downloads/${MATLAB_VERSION}/Release/${MATLAB_UPDATE}/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_${MATLAB_VERSION}_Update_${MATLAB_UPDATE}_glnxa64.zip && \
18-
unzip -q /opt/MATLAB_Runtime_${MATLAB_VERSION}_Update_${MATLAB_UPDATE}_glnxa64.zip -d /opt/mcr_install && \
18+
unzip -q /opt/mcr_install/MATLAB_Runtime_${MATLAB_VERSION}_Update_${MATLAB_UPDATE}_glnxa64.zip -d /opt/mcr_install && \
1919
/opt/mcr_install/install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
2020
rm -rf /opt/mcr_install /tmp/*
2121

0 commit comments

Comments
 (0)