The Docker image fails to build when the command docker build -t dhondta/packing-box . is issued on the current version of the project.
Error debug output
$ docker build -t dhondta/packing-box .
[...] <<snipped steps 1-32>>
Step 33/41 : RUN mv /opt/analyzers/*.zip /tmp/analyzers/ && /opt/tools/packing-box setup analyzer
---> Running in e073ca37c3f4
!! Could not derive your terminal width !!
Traceback (most recent call last):
File "/opt/tools/packing-box", line 125, in <module>
selected.remove(item.name)
ValueError: list.remove(x): x not in list
The command '/bin/sh -c mv /opt/analyzers/*.zip /tmp/analyzers/ && /opt/tools/packing-box setup analyzer' returned a non-zero code: 1
Description
The Docker image fails to build when the command
docker build -t dhondta/packing-box .
is issued on the current version of the project.Error debug output
Steps to reproduce