Build Process Exit Code 100

Guten Tag.

Ich habe dieses Repository gecloned: qfs / dockerizedQFT · GitLab. Beim bauen der Container taucht folgende Fehlermeldung auf:

#6 3.586 E: Unable to locate package python-numpy
#6 ERROR: executor failed running [/bin/sh -c apt-get update &&     apt-get install -y -o DPkg::Options::=--force-confdef net-tools python-numpy     && apt-get clean autoclean && apt-get autoremove -y     && rm -rf /var/lib/apt/* /var/lib/dpkg/* /var/lib/cache/* /var/lib/log/*     && touch /var/lib/dpkg/status && mkdir /var/lib/dpkg/updates && mkdir /var/lib/dpkg/info && mkdir /var/lib/dpkg/alternatives]: exit code: 100
------
 > [ 3/10] RUN apt-get update &&     apt-get install -y -o DPkg::Options::=--force-confdef net-tools python-numpy     && apt-get clean autoclean && apt-get autoremove -y     && rm -rf /var/lib/apt/* /var/lib/dpkg/* /var/lib/cache/* /var/lib/log/*     && touch /var/lib/dpkg/status && mkdir /var/lib/dpkg/updates && mkdir /var/lib/dpkg/info && mkdir /var/lib/dpkg/alternatives:
------
executor failed running [/bin/sh -c apt-get update &&     apt-get install -y -o DPkg::Options::=--force-confdef net-tools python-numpy     && apt-get clean autoclean && apt-get autoremove -y     && rm -rf /var/lib/apt/* /var/lib/dpkg/* /var/lib/cache/* /var/lib/log/*     && touch /var/lib/dpkg/status && mkdir /var/lib/dpkg/updates && mkdir /var/lib/dpkg/info && mkdir /var/lib/dpkg/alternatives]: exit code: 100
Service 'jenkins-master' failed to build : Build failed

Kann mir jemand sagen, woran das liegen kann? Ich hatte gegoogelt und stellenweise gelesen, dass der root im Dockerfile nicht definiert ist, was er aber ist.

Vielen Dank