Skip to content

Commit b008ed1

Browse files
authored
Thin out the requirements. Don't duplicate those from test/rules/requirements.txt (EFForg#14645)
1 parent 2187380 commit b008ed1

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
FROM electronicfrontierfoundation/https-everywhere-docker-base
1+
FROM electronicfrontierfoundation/https-everywhere-docker-base
22
MAINTAINER William Budington "bill@eff.org"
33
WORKDIR /opt
44

55
COPY test/rules/requirements.txt /tmp/
66
RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
7-
8-
COPY test/chromium/requirements.txt /tmp/
9-
RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
10-
11-
ENV FIREFOX /firefox-latest/firefox/firefox

requirements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
lxml>=3.3.3
2-
pycurl
3-
regex
4-
bsdiff4
5-
python-Levenshtein
6-
selenium

0 commit comments

Comments
 (0)