Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaAsith authored Feb 13, 2021
1 parent f0647b9 commit c6b2e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c6b2e27

Please sign in to comment.