这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ run apt-get -y install software-properties-common &&\
run apt-get -y install nodejs python-django-tagging python-simplejson python-memcache \
python-ldap python-cairo python-django python-twisted \
python-pysqlite2 python-support python-pip gunicorn \
supervisor nginx-light nodejs git wget curl
supervisor nginx-light nodejs git wget curl \
python-dev libcairo2-dev libffi-dev build-essential

# Install statsd
run mkdir /src && git clone https://github.com/etsy/statsd.git /src/statsd
Expand Down