kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

reporter Dockerfile fail to build #32

Open zhangwenjia0326 opened 4 years ago

zhangwenjia0326 commented 4 years ago

Dockerfile fail at below step: https://github.com/kubernauts/jmeter-kubernetes/blob/master/Dockerfile-reporter#L10

Error: ---> 6d935b41319b Step 7/9 : RUN PACKAGES="wget libswitch-perl" && apt-get update && apt-get install -y -qq $PACKAGES --no-install-recommends && wget -qO- http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz |tar xz && cd install-tl- && ./install-tl -profile /texlive.profile && rm -rf install-tl- && apt-get remove --purge -y -qq $PACKAGES && apt-get autoremove --purge -y -qq && rm -rf /var/lib/apt/lists/* && mkdir /var/tex ---> Running in 820647b9f379

...

Processing triggers for libc-bin (2.24-11+deb9u4) ... Profile not readable or not a file, continuing in interactive mode. Loading https://mirrors.concertpass.com/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb  ./install-tl: TLPDB::from_file could not initialize from: https://mirrors.concertpass.com/tex-archive/systems/texlive/tlnet/tlpkg/texlive.tlpdb ./install-tl: Maybe the repository setting should be changed. ./install-tl: More info: https://tug.org/texlive/acquire.html The command '/bin/sh -c PACKAGES="wget libswitch-perl" && apt-get update && apt-get install -y -qq $PACKAGES --no-install-recommends && wget -qO- http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz |tar xz && cd install-tl- && ./install-tl -profile /texlive.profile && rm -rf install-tl- && apt-get remove --purge -y -qq $PACKAGES && apt-get autoremove --purge -y -qq && rm -rf /var/lib/apt/lists/* && mkdir /var/tex' returned a non-zero code: 1

Please advise on how to fix this issue. Thank you!