This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ RUN mkdir -p /opt/driver/src && \
44 adduser $BUILD_USER -u $BUILD_UID -D -h /opt/driver/src
55
66RUN apk add --no-cache --update python python-dev python3 python3-dev py-pip py2-pip git build-base bash
7- RUN pip3 install six git+https://github.com/juanjux/python- pydetector.git \
7+ RUN pip3 install six pydetector==0.5.7 \
88 git+https://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
9- RUN pip2 install six git+https://github.com/juanjux/python- pydetector.git
9+ RUN pip2 install six pydetector==0.5.7
1010
1111WORKDIR /opt/driver/src
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM alpine:3.6
22MAINTAINER source{ d}
33
44RUN apk add --no-cache --update python python3 py-pip py2-pip git
5- RUN pip3 install six git+https://github.com/juanjux/python- pydetector.git
6- RUN pip2 install six git+https://github.com/juanjux/python- pydetector.git
5+ RUN pip3 install six pydetector==0.5.7
6+ RUN pip2 install six pydetector==0.5.7
77
88ADD build /opt/driver/bin
99ADD native/python_package /tmp/python_driver
Original file line number Diff line number Diff line change 11msgpack-python == 0.4.8
2- pydetector == 0.5.5
2+ pydetector == 0.5.7
33-e git+git://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
44typed-ast == 1.0.1
Original file line number Diff line number Diff line change 3232 },
3333 install_requires = [
3434 "msgpack-python==0.4.8" ,
35- "pydetector==0.5.5 "
35+ "pydetector==0.5.7 "
3636 ],
3737 classifiers = [
3838 "Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments