|
@@ -19,7 +19,6 @@ RUN apt-get update && \
|
|
curl -Ls https://bitbucket.org/ariya/phantomjs/downloads/${PHANTOM_JS}.tar.bz2 \
|
|
curl -Ls https://bitbucket.org/ariya/phantomjs/downloads/${PHANTOM_JS}.tar.bz2 \
|
|
| tar jxvf - --strip-components=2 -C /usr/local/bin/ ${PHANTOM_JS}/bin/phantomjs
|
|
| tar jxvf - --strip-components=2 -C /usr/local/bin/ ${PHANTOM_JS}/bin/phantomjs
|
|
|
|
|
|
-ENV RAILS_ENV test
|
|
|
|
RUN LC_ALL=en_US.UTF-8 ON_HEROKU=true bundle install --with test development --path vendor/bundle -j 4
|
|
RUN LC_ALL=en_US.UTF-8 ON_HEROKU=true bundle install --with test development --path vendor/bundle -j 4
|
|
|
|
|
|
COPY docker/test/scripts/test_env /scripts/
|
|
COPY docker/test/scripts/test_env /scripts/
|