We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905461c commit 6f54202Copy full SHA for 6f54202
docker/Dockerfile
@@ -20,8 +20,8 @@ RUN pip install --upgrade pip \
20
&& pip3 install pillow \
21
&& pip install requests \
22
&& pip install pymongo \
23
- && pip install flask
24
-
+ && pip install flask \
+ && pip install googletrans
25
RUN useradd -ms /bin/bash adultScraperX
26
WORKDIR /home/adultScraperX
27
RUN cd /home/adultScraperX \
docker/thin/Dockerfile
@@ -20,7 +20,8 @@ RUN pip install --upgrade pip \
0 commit comments