Skip to content

Commit 6f54202

Browse files
committed
add pip install googletrans in docker-file
1 parent 905461c commit 6f54202

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ RUN pip install --upgrade pip \
2020
&& pip3 install pillow \
2121
&& pip install requests \
2222
&& pip install pymongo \
23-
&& pip install flask
24-
23+
&& pip install flask \
24+
&& pip install googletrans
2525
RUN useradd -ms /bin/bash adultScraperX
2626
WORKDIR /home/adultScraperX
2727
RUN cd /home/adultScraperX \

docker/thin/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ RUN pip install --upgrade pip \
2020
&& pip3 install pillow \
2121
&& pip install requests \
2222
&& pip install pymongo \
23-
&& pip install flask
23+
&& pip install flask \
24+
&& pip install googletrans
2425

2526
RUN useradd -ms /bin/bash adultScraperX
2627
WORKDIR /home/adultScraperX

0 commit comments

Comments
 (0)