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 +2
-6
lines changed Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM alpine:3.6
33RUN mkdir -p /opt/driver/src && \
44 adduser $BUILD_USER -u $BUILD_UID -D -h /opt/driver/src
55
6- RUN apk add --no-cache --update python python-dev python3 python3-dev py-pip py2-pip git build-base bash
7- RUN pip3 install git+https://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
6+ RUN apk add --no-cache --update python python3 git make
87
98WORKDIR /opt/driver/src
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ DEV_DEPS ?= native/dev_deps
22
33test-native-internal :
44 pip3 install --user ${DEV_DEPS} /python-pydetector/ || pip3 install --user pydetector-bblfsh
5- pip3 install --user git+https://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
65 cd native/python_package/test && \
76 python3 -m unittest discover
87
Original file line number Diff line number Diff line change 1- __version__ = '0.5 '
1+ __version__ = '1.0 '
Original file line number Diff line number Diff line change 11pydetector-bblfsh == 0.14.2
2- -e git+git://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
3- typed-ast == 1.0.1
You can’t perform that action at this time.
0 commit comments