Skip to content

Commit

Permalink
Makefile, Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x90 committed Feb 22, 2018
1 parent f435216 commit cd6ec05
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 70 deletions.
42 changes: 1 addition & 41 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,12 @@
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

*.iml
#*.iml

## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:

# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries

# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml

# Gradle:
# .idea/gradle.xml
# .idea/libraries

# Mongo Explorer plugin:
# .idea/mongoSettings.xml

## File-based project format:
*.ipr
*.iws

## Plugin-specific files:

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ RUN set -x \
&& apt-get -yqq dist-upgrade \
&& apt-get clean
CMD ["bash"]
RUN apt-get -yqq install git make cmake
RUN git clone https://github.com/0x90/kali-scripts /tmp/kali-scripts
RUN cd /tmp/kali-scripts && git pull && make dev-all
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ Every script can be launched separately except helper.sh which us just a functio
New version of Kali scripts is beeing developeb. Try it!
```
make
make dev-mini```
make dev-mini
```

## Docker

Docker build examople:
```
docker build --squash --rm -t .
```

## TODO

Expand Down
28 changes: 0 additions & 28 deletions build.sh

This file was deleted.

0 comments on commit cd6ec05

Please sign in to comment.