We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eec5a7 commit 299a10cCopy full SHA for 299a10c
pluck/2/Dockerfile
@@ -14,14 +14,18 @@ RUN apk add --no-cache \
14
postgresql-dev \
15
py-psycopg2 \
16
freetds-dev \
17
- unixodbc-dev && \
+ unixodbc-dev \
18
+ git && \
19
pip install pykafka \
20
pymongo \
21
+ redis \
22
boto \
23
boto3 \
24
pyodbc \
25
psycopg2 \
26
setuptools_git \
- rarfile && \
- pip install pymssql
27
+ rarfile \
28
+ xlrd && \
29
+ pip install pymssql && \
30
+ pip install -e git+http://wangying:wangying28779@54.223.34.209:10080/cyan/pipo.git@dev#egg=pipo
31
#apk del .build-deps
0 commit comments