Merge pull request #175 from zlapper/fix-docker-clean-css

Added missing global node package to Dockerfile: clean-css
This commit is contained in:
Matthew Scragg 2016-09-02 12:43:55 -04:00 提交者 GitHub
當前提交 eb01b3d269
共有 1 個檔案被更改,包括 1 行新增2 行删除

查看文件

@ -6,7 +6,7 @@ RUN apt-get install -y software-properties-common python-software-properties
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
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
@ -44,4 +44,3 @@ CMD . .venv/bin/activate && \
--bind 0.0.0.0:5000 \
--chdir /home/wiki/realms-wiki \
'realms:create_app()'