File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ def heredoc(s):
132132 # wget --recursive --restrict-file-names=windows -k --convert-links --no-parent --page-requisites -m https://rpm.aventer.biz/Ubuntu/ https://www.aventer.biz/assets/support_aventer.asc https://rpm.aventer.biz/README.txt
133133 # ipfs add -r .
134134 # It contains a GPG key that will expire 2026-09-28
135- RUN echo "deb https://public.gi.ucsc.edu/~anovak/outbox /toil/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/rpm.aventer.biz/Ubuntu/focal focal main" \
135+ RUN echo "deb https://public.gi.ucsc.edu/cgl/ci /toil/dependencies /ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/rpm.aventer.biz/Ubuntu/focal focal main" \
136136 > /etc/apt/sources.list.d/mesos.list \
137- && curl https://public.gi.ucsc.edu/~anovak/outbox /toil/ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/www.aventer.biz/assets/support_aventer.asc | apt-key add -
137+ && curl https://public.gi.ucsc.edu/cgl/ci /toil/dependencies /ipfs/QmRXnGNiWk523zgNkuamENVkghMJ2zJtinVfgjHbc4Dcpr/www.aventer.biz/assets/support_aventer.asc | apt-key add -
138138
139139 RUN apt-get -y update --fix-missing && \
140140 DEBIAN_FRONTEND=noninteractive apt-get -y upgrade && \
You can’t perform that action at this time.
0 commit comments