1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-14 22:01:08 +02:00

Sadly we still link with system ncurses. We need to fix it in future

This commit is contained in:
Pavel Odintsov 2024-07-10 20:09:17 +03:00
parent 9d7fa5d967
commit 6da2de9691

View File

@ -331,7 +331,7 @@ jobs:
steps:
- run: sudo docker run --name linux_docker --label "org.opencontainers.image.source=https://github.com/pavel-odintsov/fastnetmon" -d -t << parameters.docker_image >>
- run: sudo docker exec linux_docker apt-get update; true
- run: sudo docker exec linux_docker apt-get install -y perl wget git s3cmd vim nano
- run: sudo docker exec linux_docker apt-get install -y perl wget git s3cmd vim nano libncurses-dev
- run: sudo docker exec linux_docker git clone https://github.com/pavel-odintsov/fastnetmon.git
- run:
name: install_gcc