Files
David Wertenteil e09bb2e310 revert dockerfile
Signed-off-by: David Wertenteil <dwertent@armosec.io>
2023-08-17 14:36:58 +03:00
..
2023-08-17 14:36:58 +03:00
2022-08-22 18:22:28 +03:00

Docker Build

Build your own Docker image

  1. Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
  1. Build
docker build -t kubescape -f build/Dockerfile .