Skip to content

reporter Dockerfile fail to build #32

@zhangwenjia0326

Description

@zhangwenjia0326

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions