Update Dockerfile
This commit is contained in:
parent
92d35c52d9
commit
b8d2373e0b
|
@ -23,7 +23,6 @@ RUN BUILD_DEPS=" \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
&& npm install -g npm@3 && npm install -g yarn \
|
&& npm install -g npm@3 && npm install -g yarn \
|
||||||
&& bundle install --deployment --without test development \
|
&& bundle install --deployment --without test development \
|
||||||
&& gem install tzinfo-data \
|
|
||||||
&& yarn \
|
&& yarn \
|
||||||
&& npm cache clean \
|
&& npm cache clean \
|
||||||
&& apk del $BUILD_DEPS \
|
&& apk del $BUILD_DEPS \
|
||||||
|
|
Loading…
Reference in New Issue