Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Carenton committed Jun 10, 2015
1 parent 57b1ef8 commit 9c2756b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"


0 comments on commit 9c2756b

Please sign in to comment.