Skip to content

Commit

Permalink
A solution that appears to actually work, found here - ohmyzsh/ohmyzs…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcliff committed Apr 22, 2015
1 parent bc2d41b commit 2d2aade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -75,7 +75,8 @@ RUN /bin/bash -l -c "curl -sSL https://get.rvm.io | bash -s stable"
RUN /bin/bash -l -c "rvm pkg install libyaml"
RUN /bin/bash -l -c "rvm install ruby-2.0.0-p643"
RUN /bin/bash -l -c "rvm use ruby-2.0.0-p643"
RUN sed -i -e 's/^export PATH="/export PATH="$PATH:/' /home/drs/.zshrc
RUN sed -i -e 's/^export PATH="/#export PATH="/' /home/vagrant/.zshrc
RUN echo 'source /home/vagrant/.rvm/scripts/rvm' >> /home/vagrant/.zshrc

# Installing FITS
RUN curl -O http://librarystaff.neu.edu/fits/fits-0.6.2.zip
Expand Down
4 changes: 2 additions & 2 deletions script/vagrant_provisioning.sh
Expand Up @@ -81,8 +81,8 @@ source /home/vagrant/.profile
rvm pkg install libyaml
rvm install ruby-2.0.0-p643
rvm use ruby-2.0.0-p643
source /home/vagrant/.rvm/scripts/rvm
sed -i -e 's/^export PATH="/export PATH="$PATH:/' /home/vagrant/.zshrc
sed -i -e 's/^export PATH="/#export PATH="/' /home/vagrant/.zshrc
echo 'source /home/vagrant/.rvm/scripts/rvm' >> /home/vagrant/.zshrc

echo "Setting up Cerberus"
cd /home/vagrant/cerberus
Expand Down

0 comments on commit 2d2aade

Please sign in to comment.