Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
madisoth authored Jan 24, 2025
1 parent 8da9ced commit 9742361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN echo "Downloading FreeSurfer ..." && \
# Install MATLAB Compiler Runtime
FROM base as mcr
RUN mkdir /opt/mcr /opt/mcr_download && cd /opt/mcr_download && \
RUN wget https://ssd.mathworks.com/supportfiles/downloads/R2019a/Release/9/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2019a_Update_9_glnxa64.zip \
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
Expand Down

0 comments on commit 9742361

Please sign in to comment.