Skip to content

Commit

Permalink
mega-sdk v3.12.2 -> v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sssomeshhh committed Nov 7, 2022
1 parent 4bdc76b commit ed152f8
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 @@ -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 ed152f8

Please sign in to comment.