-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello,
i am trying to build an image from the dockerfile. It builds matlab okay but gives an error when checking the spm installation.
/opt/spm12/spm12: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory
Error: building at STEP "RUN wget --no-check-certificate --progress=bar:force -P /opt https://www.fil.ion.ucl.ac.uk/spm/download/restricted/utopia/spm12/spm${SPM_VERSION}_${SPM_REVISION}_Linux_${MATLAB_VERSION}.zip && unzip -q /opt/spm${SPM_VERSION}${SPM_REVISION}Linux${MATLAB_VERSION}.zip -d /opt && rm -f /opt/spm${SPM_VERSION}${SPM_REVISION}Linux${MATLAB_VERSION}.zip && /opt/spm${SPM_VERSION}/spm${SPM_VERSION} function exit && chmod +x /opt/spm${SPM_VERSION}/spm${SPM_VERSION}": while running runtime: exit status 127