diff --git a/Dockerfile b/Dockerfile index 4f79abee..dd17f493 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,10 +7,10 @@ RUN useradd synda ENV ST_HOME=/home/synda/sdt ENV PATH=$ST_HOME/bin:$PATH -RUN su synda -c " mkdir -p /home/synda/src/synda && cd /home/synda/src/synda && wget https://raw.githubusercontent.com/Prodiguer/synda/master/sdc/install.sh && chmod +x install.sh && ./install.sh" +RUN su synda -c "mkdir -p /home/synda/src/synda && cd /home/synda/src/synda && wget https://raw.githubusercontent.com/Prodiguer/synda/master/sdc/install.sh && chmod +x install.sh && ./install.sh" -RUN wget -O /tmp/boot.sh http://esgf-build.ipsl.upmc.fr/boot.sh; cat /tmp/boot.sh >> /root/.bashrc +RUN wget -O /tmp/synda_auto_login.sh http://esgf-build.ipsl.upmc.fr/synda_auto_login.sh; cat /tmp/synda_auto_login.sh >> /root/.bashrc -RUN su synda -c "wget -O /tmp/env.sh http://esgf-build.ipsl.upmc.fr/env.sh; cat /tmp/env.sh >> /home/synda/.bashrc" +RUN su synda -c "wget -O /tmp/synda_env.sh http://esgf-build.ipsl.upmc.fr/synda_env.sh; cat /tmp/synda_env.sh >> /home/synda/.bashrc"