Fix docker image by adding bundler (#288)

fixes #289
This commit is contained in:
kolaente
2019-11-26 12:13:22 +05:30
committed by Sojan Jose
parent 0ba001427e
commit cb71f5752c
+1
View File
@@ -12,6 +12,7 @@ RUN apt-get update \
&& echo 'deb https://dl.yarnpkg.com/debian stable main' > /etc/apt/sources.list.d/yarn.list \
&& apt-get update \
&& apt-get -qq -y install nodejs yarn \
&& gem install bundler \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*