We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 �[91m ./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 �[0mThe 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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
�[91m
./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
�[0mThe 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!
The text was updated successfully, but these errors were encountered: