Skip to content

Commit 299a10c

Browse files
committed
update pluck 2/Dockerfile
1 parent 9eec5a7 commit 299a10c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pluck/2/Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,18 @@ RUN apk add --no-cache \
1414
postgresql-dev \
1515
py-psycopg2 \
1616
freetds-dev \
17-
unixodbc-dev && \
17+
unixodbc-dev \
18+
git && \
1819
pip install pykafka \
1920
pymongo \
21+
redis \
2022
boto \
2123
boto3 \
2224
pyodbc \
2325
psycopg2 \
2426
setuptools_git \
25-
rarfile && \
26-
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
2731
#apk del .build-deps

0 commit comments

Comments
 (0)