Skip to content

Commit

Permalink
Merge pull request #33
Browse files Browse the repository at this point in the history
merge refactor-a9ccc8c with master
  • Loading branch information
sssomeshhh committed Nov 7, 2022
2 parents a9ccc8c + ed152f8 commit 78f601d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 24ee05d && git submodule update && mkdir build && cd build && \
git checkout ab2f0f0 && 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 All @@ -27,7 +27,7 @@ RUN apt-get update && apt-get upgrade -y && \
rm -rf /var/lib/apt/lists/*
WORKDIR /root
RUN git clone https://github.com/meganz/sdk.git mega-sdk/ && cd mega-sdk/ && \
git checkout v3.12.2 && \
git checkout v4.6.0 && \
./autogen.sh && ./configure --disable-silent-rules --enable-python --with-sodium --disable-examples && \
make -j $(nproc) && cd bindings/python/ && python3 setup.py bdist_wheel && \
ls -lh dist/megasdk*
Expand Down

0 comments on commit 78f601d

Please sign in to comment.