diff --git a/server/opt_home.R b/server/opt_home.R index bcd2b5684c601e1af09a292eb0a9d1f4d1e8bbf7..17e61f4cfdee7c741fc7dfa3b5a861a08bbd491f 100755 --- a/server/opt_home.R +++ b/server/opt_home.R @@ -491,11 +491,7 @@ createWorkflows <- function(result, haveR, haveConda) { result <- paste0(result, "\n") - result <- paste(result, "\tTINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o \"/v.*\\\"\" | sed \'s:^..\\(.*\\).$:\\1:\'` && \\", - "\tcurl -L \"https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb\" > tini.deb && \\", - "\tdpkg -i tini.deb && \\", - "\trm tini.deb && \\", - "\tapt-get clean", sep = "\n") + result <- paste0(result, "\n") @@ -552,11 +548,7 @@ createWorkflows <- function(result, haveR, haveConda) { result <- paste0(result, "\n") - result <- paste(result, "RUN TINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o \"/v.*\\\"\" | sed \'s:^..\\(.*\\).$:\\1:\'` && \\", - "\tcurl -L \"https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb\" > tini.deb && \\", - "\tdpkg -i tini.deb && \\", - "\trm tini.deb && \\", - "\tapt-get clean", sep = "\n") + result <- paste0(result, "\n") @@ -620,11 +612,6 @@ createBiocontainer <- function(result, haveR) { result <- paste0(result, "\n") - result <- paste(result, "\tTINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o \"/v.*\\\"\" | sed \'s:^..\\(.*\\).$:\\1:\'` && \\", - "\tcurl -L \"https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb\" > tini.deb && \\", - "\tdpkg -i tini.deb && \\", - "\trm tini.deb && \\", - "\tapt-get clean", sep = "\n") result <- paste0(result, "\n") @@ -669,11 +656,6 @@ createBiocontainer <- function(result, haveR) { result <- paste0(result, "\n") - result <- paste(result, "RUN TINI_VERSION=`curl https://github.com/krallin/tini/releases/latest | grep -o \"/v.*\\\"\" | sed \'s:^..\\(.*\\).$:\\1:\'` && \\", - "\tcurl -L \"https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini_${TINI_VERSION}.deb\" > tini.deb && \\", - "\tdpkg -i tini.deb && \\", - "\trm tini.deb && \\", - "\tapt-get clean", sep = "\n") result <- paste0(result, "\n")