wernight / docker-funbox

Docker container with fun terminal commands and ASCII art.
https://registry.hub.docker.com/u/wernight/funbox
MIT License
154 stars 22 forks source link

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

Open Adam-Klein opened 3 years ago

Adam-Klein commented 3 years ago

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 commented 2 years ago

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.