We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a794061 commit 43b3fd2Copy full SHA for 43b3fd2
Docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Dockerfile by xianhu: build a docker image for spider or flask
2
-# usage: docker build -t user/centos:v10 .
+# usage: docker build -t user/centos:v11 .
3
4
FROM centos:6.8
5
Docker/requirements.txt
@@ -3,6 +3,7 @@ pylint
lxml
html5lib
pybloom_live
6
+fake-useragent
7
beautifulsoup4
8
aiohttp
9
requests
0 commit comments