File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ COPY --from=deno /deno /usr/local/bin/deno
1717RUN apt-get update \
1818 && apt-get install -y curl openssh-client \
1919 && ssh-keyscan github.com >> /root/.ssh/known_hosts \
20- && curl -L http ://archive.org/download/ git-annex-builds/ SHA256E-s53592796--6e0a3c16d50379f89d2064081376a3f7f6efa1a89eb1afc2a2335597e7cf9fac .tar.gz | tar -C /usr/local/bin --strip-components 1 -xvz \
20+ && curl -L https ://storage.googleapis.com/openneuro- git-annex/10.20250320/ SHA256E-s62052170--58aadf91f6b05a8ed9fb6a351d5e786da9fe1890e202b9b935d18e876caf25a1 .tar.gz | tar -C /usr/local/bin --strip-components 1 -xvz \
2121 && pip3 install 'pipenv==2020.6.2' \
2222 && pipenv install --deploy --system \
2323 && chmod 600 /root/.ssh/config \
You can’t perform that action at this time.
0 commit comments