diff --git a/Labfiles/DevOps200.3x-CIandCD/CDwithHostedAgent/env/install_mrp_dependencies.sh b/Labfiles/DevOps200.3x-CIandCD/CDwithHostedAgent/env/install_mrp_dependencies.sh index 2ba6df2..098c1b4 100644 --- a/Labfiles/DevOps200.3x-CIandCD/CDwithHostedAgent/env/install_mrp_dependencies.sh +++ b/Labfiles/DevOps200.3x-CIandCD/CDwithHostedAgent/env/install_mrp_dependencies.sh @@ -8,6 +8,8 @@ apt-get install openjdk-8-jre -y apt-get install mongodb -y apt-get install tomcat7 -y apt-get install wget -y + +# Install doc2unix package add-apt-repository main add-apt-repository universe add-apt-repository restricted