Update Dockerfile

This commit is contained in:
Wonderfall 2017-04-03 00:56:05 +02:00 committed by GitHub
parent 92d35c52d9
commit b8d2373e0b
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ RUN BUILD_DEPS=" \
imagemagick \
&& npm install -g npm@3 && npm install -g yarn \
&& bundle install --deployment --without test development \
&& gem install tzinfo-data \
&& yarn \
&& npm cache clean \
&& apk del $BUILD_DEPS \