forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
12 lines (9 loc) · 404 Bytes
/
Dockerfile
File metadata and controls
12 lines (9 loc) · 404 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
FROM electronicfrontierfoundation/https-everywhere-docker-base
MAINTAINER William Budington "bill@eff.org"
WORKDIR /opt
ADD test/rules/requirements.txt test/rules/requirements.txt
ADD test/chromium/requirements.txt test/chromium/requirements.txt
RUN pip install -r test/rules/requirements.txt
RUN pip install -r test/chromium/requirements.txt
ENV FIREFOX /firefox-latest/firefox/firefox
WORKDIR /opt