Closed julbrs closed 4 years ago
Hello
Here is a little PR to fix the #1 issue I have opened before.
It seems that's the centos:centos8 docker image doesn't come with the clear command line tool, but ncurses package provide that.
centos:centos8
clear
ncurses
I have also added some .gitignore files to avoid pushing the BOBJ installation ;)
.gitignore
It seems that the message is not impacting the image at the end, closing the PR.
Hello
Here is a little PR to fix the #1 issue I have opened before.
It seems that's the
centos:centos8
docker image doesn't come with theclear
command line tool, butncurses
package provide that.I have also added some
.gitignore
files to avoid pushing the BOBJ installation ;)