Fix docker image by adding bundler (#288)

fixes #289
This commit is contained in:
kolaente
2019-11-26 07:43:22 +01:00
committed by Sojan Jose
parent 0ba001427e
commit cb71f5752c

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/*