diff --git a/Dockerfile b/Dockerfile index 08cb36f2..8f9df316 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN rm -r /root/.cache RUN axel https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && apt install -y ./google-chrome-stable_current_amd64.deb && rm google-chrome-stable_current_amd64.deb RUN axel https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && chmod +x chromedriver && mv -f chromedriver /usr/bin/ && rm chromedriver_linux64.zip RUN wget -O opencv.zip https://github.com/opencv/opencv/archive/master.zip && unzip opencv.zip && mv -f opencv-master /usr/bin/ && rm opencv.zip -RUN git clone https://github.com/inukaasith/virtualuserbot /root/virtualuserbot +RUN git clone https://github.com/DevsExpo/FridayUserbot /root/virtualuserbot RUN mkdir /root/virtualuserbot/bin/ RUN mkdir /root/virtualuserbot/bin/megadown WORKDIR /root/virtualuserbot/