File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33WORKDIR /usr/src/app
4+ SHELL ["/bin/bash" , "-c" ]
45RUN chmod 777 /usr/src/app
56RUN apt-get -qq update && \
67 DEBIAN_FRONTEND="noninteractive" apt-get -qq install -y tzdata aria2 git python3 python3-pip \
@@ -10,7 +11,7 @@ RUN apt-get -qq update && \
1011 libcrypto++-dev libssl-dev \
1112 libc-ares-dev libcurl4-openssl-dev \
1213 libsqlite3-dev libsodium-dev && \
13- curl -L https://github.com/jaskaranSM /megasdkrest/releases/download/v0.1/megasdkrest -o /usr/local/bin/megasdkrest && \
14+ curl -L https://github.com/lzzy12 /megasdkrest/releases/download/v0.1.14-rebuild /megasdkrest-$(cpu=$(uname -m); if [[ "$cpu" == "x86_64" ]]; then echo "amd64" ; elif [[ "$cpu" == "x86" ]]; then echo "i386" ; elif [[ "$cpu" == "aarch64" ]]; then echo "arm64" ; else echo $cpu; fi) -o /usr/local/bin/megasdkrest && \
1415 chmod +x /usr/local/bin/megasdkrest
1516
1617COPY requirements.txt .
You can’t perform that action at this time.
0 commit comments