New main #2

Closed
Maurice wants to merge 41 commits from Maurice/devcontainer:new-main into main
3 changed files with 7 additions and 1 deletions
Showing only changes of commit ba73361a8f - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy: strategy:
max-parallel: 1 max-parallel: 1
matrix: matrix:
container: [rider, android] container: [rider, kali, android]
steps: steps:
- name: Clone repo - name: Clone repo
uses: actions/checkout@v4 uses: actions/checkout@v4
+4
View File
@@ -0,0 +1,4 @@
FROM kalilinux/kali-rolling
RUN apt update && apt -y install kali-linux-headless
VOLUME /root
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
arg "-v kali-root:/root"