Skip to content
New issue

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

reporter Dockerfile fail to build #32

Open
zhangwenjia0326 opened this issue Sep 1, 2020 · 0 comments
Open

reporter Dockerfile fail to build #32

zhangwenjia0326 opened this issue Sep 1, 2020 · 0 comments

Comments

@zhangwenjia0326
Copy link

zhangwenjia0326 commented Sep 1, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant