models and fixtures and seeds
This commit is contained in:
@ -17,7 +17,8 @@ RUN apt-get update \
|
||||
&& mkdir -p /usr/app \
|
||||
&& ln -s /usr/bin/nodejs /usr/bin/node \
|
||||
&& echo "alias ll='ls -Ahl'" >> /root/.bashrc \
|
||||
&& echo "alias la='ls -ahl'" >> /root/.bashrc
|
||||
&& echo "alias la='ls -ahl'" >> /root/.bashrc \
|
||||
&& echo "export HISTCONTROL=ignoredups" >> /root/.bashrc
|
||||
|
||||
# install current Ruby
|
||||
RUN curl -L --progress https://github.com/postmodern/ruby-install/archive/v0.6.0.tar.gz | tar xz \
|
||||
|
Reference in New Issue
Block a user