Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
kali-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Kali Linux
Build-Scripts
kali-docker
Commits
a8bca1e5
Commit
a8bca1e5
authored
9 years ago
by
Steev Klimaszewski
Browse files
Options
Downloads
Patches
Plain Diff
Let's build for sana now, since 2.0 is releasing
parent
fb9e7eba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+1
-1
1 addition, 1 deletion
build.sh
with
1 addition
and
1 deletion
build.sh
+
1
−
1
View file @
a8bca1e5
...
...
@@ -5,7 +5,7 @@ sudo apt-get install debootstrap curl
# Fetch the latest Kali debootstrap script from git
curl
"http://git.kali.org/gitweb/?p=packages/debootstrap.git;a=blob_plain;f=scripts/kali;h=50d7ef5b4e9e905cc6da8655416cdf3ef559911e;hb=refs/heads/kali/master"
>
kali-debootstrap
&&
\
sudo
debootstrap
kali
./kali-root http://
http
.kali.org/kali ./kali-debootstrap
&&
\
sudo
debootstrap
sana
./kali-root http://
repo
.kali.org/kali ./kali-debootstrap
&&
\
sudo tar
-C
kali-root
-c
.
|
sudo
docker import - kalilinux/kali
&&
\
sudo rm
-rf
./kali-root
&&
\
docker run
-t
-i
kalilinux/kali
cat
/etc/debian_version
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment