1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-18 13:31:40 +02:00

Added useful tools for dev container

This commit is contained in:
Pavel Odintsov 2024-07-10 19:49:32 +03:00
parent bf3a023f60
commit 9d7fa5d967

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
- run: sudo docker exec linux_docker apt-get install -y perl wget git s3cmd vim nano
- run: sudo docker exec linux_docker git clone https://github.com/pavel-odintsov/fastnetmon.git
- run:
name: install_gcc