File tree Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Expand file tree Collapse file tree 2 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ RUN apt-get clean -qq \
10
10
&& apt-get clean -qq \
11
11
&& apt-get update -qq \
12
12
&& apt-get upgrade -qq \
13
- # git and make for `npm install`, wget for `install-mamba `
13
+ # git and make for `npm install`, wget for `install-conda `
14
14
&& apt-get install wget git make -qq \
15
15
# deps to run firefox inc. with xvfb
16
16
&& apt-get install firefox xvfb libgtk-3-dev libasound2 libdbus-glib-1-2 libpci3 -qq
17
17
18
18
ENV HOME /opt
19
- COPY scripts/install-mamba .sh .
20
- RUN ./install-mamba .sh
21
- ENV PATH $HOME/mamba /bin:$PATH
19
+ COPY scripts/install-conda .sh .
20
+ RUN ./install-conda .sh
21
+ ENV PATH $HOME/conda /bin:$PATH
22
22
23
23
# Install OpenWPM
24
24
WORKDIR /opt/OpenWPM
25
25
COPY . .
26
26
RUN ./install.sh
27
- ENV PATH $HOME/mamba /envs/openwpm/bin:$PATH
27
+ ENV PATH $HOME/conda /envs/openwpm/bin:$PATH
28
28
29
29
# Move the firefox binary away from the /opt/OpenWPM root so that it is available if
30
30
# we mount a local source code directory as /opt/OpenWPM
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments