Added missing global node package to Dockerfile: clean-css

This commit is contained in:
Daniel Garcia 2016-09-02 01:34:31 -05:00
parent 1965cbb9ba
commit 54b2b72734

View file

@ -6,7 +6,7 @@ RUN apt-get install -y software-properties-common python-software-properties
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN ln -s /usr/bin/nodejs /usr/bin/node && \ RUN ln -s /usr/bin/nodejs /usr/bin/node && \
npm install -g bower npm install -g bower clean-css
RUN useradd -ms /bin/bash wiki RUN useradd -ms /bin/bash wiki
@ -44,4 +44,3 @@ CMD . .venv/bin/activate && \
--bind 0.0.0.0:5000 \ --bind 0.0.0.0:5000 \
--chdir /home/wiki/realms-wiki \ --chdir /home/wiki/realms-wiki \
'realms:create_app()' 'realms:create_app()'