Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Docker image 'housekeeping' to prepare for additional MCR versions #540

Merged
merged 4 commits into from
Feb 19, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove MCR v901 step
jaclyn-taroni authored Feb 19, 2020
commit abaa7f361711e2f942ce05d03cdacfee6eceb1eb
13 changes: 0 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -280,19 +280,6 @@ RUN mkdir /mcr-install-v83 && \
cd / && \
rm -rf mcr-install-v83

# This is the version of MCR required to run the precompiled version of FocalScan
RUN mkdir /mcr-install-v901 && \
mkdir -p /opt/mcr && \
cd /mcr-install-v901 && \
wget -q https://ssd.mathworks.com/supportfiles/downloads/R2016a/deployment_files/R2016a/installers/glnxa64/MCR_R2016a_glnxa64_installer.zip && \
unzip -q MCR_R2016a_glnxa64_installer.zip && \
rm -f MCR_R2014a_glnxa64_installer.zip && \
./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
wget https://ssd.mathworks.com/supportfiles/downloads/R2016a/deployment_files/R2016a/installers/glnxa64/MCR_R2016a_Update_7_glnxa64.sh && \
bash MCR_R2016a_Update_7_glnxa64.sh -d=/opt/mcr/v901 -s && \
cd / && \
rm -rf mcr-install-v901

WORKDIR /home/rstudio/

# GISTIC installation