Hello,
when building the container we run into problems due to unavailable downloads:
git clone https://github.com/brinkmanlab/psortb_commandline_docker.git
cd psortb_commandline_docker
docker build --rm --no-cache -t psortb_commandline_docker .
...
STEP 7/23: RUN mkdir pftools && cd pftools && wget ftp://ftp.lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/executables/linux_x86_elf/static/pft2.3_static.tar.gz && tar xvf pft2.3_static.tar.gz && chmod 755 * && ln -s /usr/local/bin/pftools/pfscan /usr/local/bin/pfscan
--2026-03-24 13:57:37-- ftp://ftp.lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/executables/linux_x86_elf/static/pft2.3_static.tar.gz
=> 'pft2.3_static.tar.gz'
Resolving ftp.lausanne.isb-sib.ch (ftp.lausanne.isb-sib.ch)... failed: Name or service not known.
wget: unable to resolve host address 'ftp.lausanne.isb-sib.ch'
Error: building at STEP "RUN mkdir pftools && cd pftools && wget ftp://ftp.lausanne.isb-sib.ch/pub/software/unix/pftools/pft2.3/executables/linux_x86_elf/static/pft2.3_static.tar.gz && tar xvf pft2.3_static.tar.gz && chmod 755 * && ln -s /usr/local/bin/pftools/pfscan /usr/local/bin/pfscan": while running runtime: exit status 4
Can the URLs please be corrected or provided again.
best, Thomas
Hello,
when building the container we run into problems due to unavailable downloads:
Can the URLs please be corrected or provided again.
best, Thomas