Skip to content

Commit

Permalink
update telegram-bot-api to v6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed Jun 24, 2022
1 parent 3fddc02 commit 4bdbc51
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 @@ -12,7 +12,7 @@ RUN apt-get update && apt-get upgrade -y && \
rm -rf /var/lib/apt/lists/*
WORKDIR /root
RUN git clone --recursive https://github.com/tdlib/telegram-bot-api.git && cd telegram-bot-api && \
git checkout e9587a0 && git submodule update && mkdir build && cd build && \
git checkout 24ee05d && git submodule update && mkdir build && cd build && \
CXXFLAGS="-stdlib=libc++" CC=/usr/bin/clang-10 CXX=/usr/bin/clang++-10 \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=.. .. && \
cmake --build . --target install -- -j $(nproc) && cd .. && \
Expand Down

0 comments on commit 4bdbc51

Please sign in to comment.