Port cukes from poltergeist to aparition

closes #8234
This commit is contained in:
Jonne Haß
2021-04-10 20:43:12 +02:00
parent cd6eb3de7f
commit 7154fc3ccc
30 changed files with 103 additions and 71 deletions

View File

@@ -43,13 +43,6 @@ RUN addgroup --gid $DIA_GID diaspora && \
chown -R diaspora:diaspora $HOME /diaspora
RUN curl -L \
https://cifiles.diasporafoundation.org/phantomjs-2.1.1-linux-x86_64.tar.bz2 \
| tar -xj -C /usr/local/bin \
--transform='s#.*/##' \
phantomjs-2.1.1-linux-x86_64/bin/phantomjs
ENV BUNDLE_PATH="$GEM_HOME" \
BUNDLE_BIN="$GEM_HOME/bin" \
BUNDLE_APP_CONFIG="/diaspora/.bundle"