Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 4dd607b

Browse files
authored
Merge pull request #42 from juanjux/fix/unneeded_pipinstalls
Revised requirements
2 parents 5c814ea + aed60ce commit 4dd607b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Dockerfile.build.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ RUN mkdir -p /opt/driver/src && \
44
adduser $BUILD_USER -u $BUILD_UID -D -h /opt/driver/src
55

66
RUN apk add --no-cache --update python python-dev python3 python3-dev py-pip py2-pip git build-base bash
7-
RUN pip3 install six pydetector==0.6.1 \
7+
RUN pip3 install pydetector-bblfsh==0.10.3 \
88
git+https://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
9-
RUN pip2 install six pydetector==0.6.1
109

1110
WORKDIR /opt/driver/src

Dockerfile.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM alpine:3.6
22
MAINTAINER source{d}
33

44
RUN apk add --no-cache --update python python3 py-pip py2-pip git
5-
RUN pip3 install six pydetector==0.6.1
6-
RUN pip2 install six pydetector==0.6.1
5+
6+
RUN pip2 install pydetector-bblfsh==0.10.3
77

88
ADD build /opt/driver/bin
99
ADD native/python_package /tmp/python_driver
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
pydetector-bblfsh==0.10.3
2-
-e git+git://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
3-
typed-ast==1.0.1
2+
//github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy

0 commit comments

Comments
 (0)