diff --git a/Dockerfile b/Dockerfile index 54120c73..b5a27a56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN if [ ! -e /usr/bin/python ]; then ln -sf /usr/bin/python3 /usr/bin/python; f RUN rm -r /root/.cache RUN wget 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 wget https://chromedriver.storage.googleapis.com/86.0.4240.22/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && chmod +x chromedriver && mv -f chromedriver /usr/bin/ && rm chromedriver_linux64.zip -RUN git clone -b beta https://github.com/xditya/TeleBot /root/telebot +RUN git clone https://github.com/xditya/TeleBot /root/telebot RUN mkdir /root/telebot/bin/ WORKDIR /root/telebot/ RUN chmod +x /usr/local/bin/*