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

Error: error building at STEP "RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y #5

Open
Adam-Klein opened this issue Sep 9, 2021 · 1 comment

Comments

@Adam-Klein
Copy link

E: There are problems and -y was used without --force-yes
Error: error building at STEP "RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y aview bb binclock boxes caca-utils cmatrix cowsay curl figlet fortune imagemagick libaa-bin libcurses-perl linuxlogo make nyancat perl rig sl toilet vlc watch xaos && echo "Install lolcat and youtube-dl" && echo "deb http://http.us.debian.org/debian sid main non-free contrib" >> /etc/apt/sources.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y lolcat youtube-dl && echo "Install asciiquarium" && cpan -i Term::Animation && curl -L http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz -o asciiquarium.tar.gz && tar -zxvf asciiquarium.tar.gz asciiquarium_1.1/asciiquarium && cp asciiquarium_1.1/asciiquarium /usr/local/bin && chmod 0755 /usr/local/bin/asciiquarium && rm -rf asciiquarium_1.1 asciiquarium.tar.gz && echo "Install Falling Hearts" && curl -L https://yjl.googlecode.com/hg/Bash/falling-%3C3s.sh -o /usr/local/bin/falling-hearts && chmod +x /usr/local/bin/falling-hearts && echo "Install pipes" && curl -L https://gist.githubusercontent.com/livibetter/4689307/raw/949e43fe2962c2c97c8b1d974ff93dd053d9bd37/pipes.sh -o /usr/local/bin/pipes && chmod +x /usr/local/bin/pipes && echo "Clean-up" && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && useradd --uid 666 -m --shell /usr/sbin/nologin john": error while running runtime: exit status 100

@wernight
Copy link
Owner

wernight commented Jan 7, 2022

There is a pre-built image. Haven't tried to build it in a while so it's possible that the build needs some update.

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

2 participants