update dockerfile, v14

master
xianhu 2017-12-08 15:39:09 +08:00
parent b1861e522d
commit 2508169d95
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Dockerfile by xianhu: build a docker image for spider or flask # Dockerfile by xianhu: build a docker image for spider or flask
# usage: docker build -t user/centos:v12 . # usage: docker build -t user/centos:v14 .
FROM centos:6.8 FROM centos:6.8

View File

@ -2,6 +2,7 @@ virtualenv
pylint pylint
lxml lxml
html5lib html5lib
xmltodict
pybloom_live pybloom_live
fake-useragent fake-useragent
beautifulsoup4 beautifulsoup4