Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ ARG MATLAB_RUNTIME_SHA256="b821022690804e498d2e5ad814dccb64aab17c5e4bc10a1e2a124
ENV MATLAB_RUNTIME_SHA256=${MATLAB_RUNTIME_SHA256}

RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2021a/Release/1/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2021a_Update_1_glnxa64.zip \
&& echo "${MATLAB_RUNTIME_SHA256} MATLAB_Runtime_R2021a_Update_1_glnxa64.zip" | sha256sum -c -

RUN unzip MATLAB_Runtime_R2021a_Update_1_glnxa64.zip \
&& echo "${MATLAB_RUNTIME_SHA256} MATLAB_Runtime_R2021a_Update_1_glnxa64.zip" | sha256sum -c - \
&& unzip MATLAB_Runtime_R2021a_Update_1_glnxa64.zip \
&& ./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent \
&& cd / \
&& rm -rf mcr-install
Expand Down