mastodon: add custom script

This commit is contained in:
Wonderfall
2017-06-16 19:50:27 +02:00
parent 120e49dd92
commit 385a865b95
3 changed files with 9 additions and 2 deletions

View File

@ -49,7 +49,7 @@ RUN apk -U upgrade \
tar \
&& update-ca-certificates \
&& wget -qO- https://github.com/${REPOSITORY}/archive/${VERSION}.tar.gz | tar xz --strip 1 \
&& cp -R /tmp/targaryen/* . \
&& cp -R /tmp/targaryen/* . && chmod +x targaryen.sh && ./targaryen.sh \
&& gem install bundler \
&& bundle install --deployment --clean --no-cache --without test development \
&& npm install -g npm@3 && npm install -g yarn \