This commit is contained in:
Dryusdan 2017-11-24 20:39:02 +01:00
parent eac21671b5
commit 24f95cd592

View file

@ -20,6 +20,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-fre
ghostscript \ ghostscript \
git \ git \
nginx-light \ nginx-light \
dnsutils \
&& curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get -y install -y nodejs --no-install-recommends \ && apt-get -y install -y nodejs --no-install-recommends \
&& gem install bundler \ && gem install bundler \