scVENUS / PeekabooAV-Installer

This repository provides scripts and configuration files to install, update and test a Peekaboo installation
GNU General Public License v3.0
7 stars 9 forks source link

gcc missing #55

Closed Jack28 closed 4 years ago

Jack28 commented 4 years ago

gcc is not installed. Therefore building failes for some python modules.

Adding package gcc in "Install basic tools" solves this.

michaelweiser commented 4 years ago

The install docs of Peekaboo list build-essential which pulls in gcc. But our installer doesn't install it. The minimal Dockefile ironically does. How did we miss this up until now? :)

I'm poking around in there with #53 anyway. Shall I push a patch?

michaelweiser commented 4 years ago

Is this with current master or with #53?

Jack28 commented 4 years ago

This is with #53

michaelweiser commented 4 years ago

Right. We should discuss it in #53 then. Will close here to avoid confusion.