InvestLab

Results 8 comments of InvestLab

> You are missing build tools which are required to build native extensions. > This should be fixable with `apt-get update && apt-get install build-essential python3-dev` Hi @SuperSandro2000 I installed...

![Screenshot_1](https://user-images.githubusercontent.com/10806362/91521113-23151c00-e921-11ea-8584-7978568efd78.png) Same issue! This is my docker run: `docker run -d -p 443:443 -e ALLOW_HEADER_HOST=openvas.xxx.xx -e PUBLIC_HOSTNAME=openvas.xxx.xx -v $(pwd)/data:/var/lib/openvas/mgr/ -e OV_PASSWORD=xxx -e OV_SMTP_HOSTNAME=smtp.gmail.com -e OV_SMTP_PORT=587 -e [email protected] -e OV_SMTP_KEY=xxx --name...

Solution: 1. Access to container's bash: docker exec -it openvas bash 2. Open file: /etc/default/openvas-gsa (note: apt update -y && apt install vim -y) `vim /etc/default/openvas-gsa` 3. Add this line:...

![Screenshot_1](https://user-images.githubusercontent.com/10806362/159893349-9d1339f9-9212-453c-9fc6-def734c000b8.png) Hello, I have the same issue, anyone who is successfully for troubleshoot this problem ?

https://gitlab.com/gitlab-org/gitlab-foss/-/issues/28854?fbclid=IwAR0fqII8TZaC-iNWQ6HOdLmDpgVSGyHANC2OsFKoeEQKvJvqMgR5pdWp8bk#note_24652059

Anyone can help meeee!!!

Same issue!