File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ RUN rm -fv /etc/apt/sources.list.d/clickhouse.list && \
1919# todo ugly fix for ugly fix, musl.cc is not available from github runner \
2020 DISTRIB_RELEASE=$(cat /etc/lsb-release | grep DISTRIB_RELEASE | cut -d "=" -f 2) && \
2121 echo ${DISTRIB_RELEASE} && \
22- wget -nv -O /tmp/megacmd.deb https://mega.nz/linux/repo/xUbuntu_${DISTRIB_RELEASE}/amd64/megacmd-xUbuntu_${DISTRIB_RELEASE}_amd64.deb && \
23- apt install -y "/tmp/megacmd.deb" && \
24- mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/ && \
25- # wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.tgz && \
22+ # wget -nv -O /tmp/megacmd.deb https://mega.nz/linux/repo/xUbuntu_${DISTRIB_RELEASE}/amd64/megacmd-xUbuntu_${DISTRIB_RELEASE}_amd64.deb && \
23+ # apt install -y "/tmp/megacmd.deb" && \
24+ # mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/ && \
25+ wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.tgz && \
2626 tar -xvf /root/aarch64-linux-musl-cross.tgz -C /root/ && \
2727 mkdir -p /root/go/
2828
You can’t perform that action at this time.
0 commit comments