Skip to content

Commit fdc03ab

Browse files
committed
Add starter dockerfile
1 parent 13f99d1 commit fdc03ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM debian:latest
2+
3+
RUN apt-get update
4+
5+
RUN apt-get install -y build-essential strace ltrace curl wget gcc
6+
7+
RUN apt-get install -y zsh vim gdb git
8+
9+
RUN apt-get install -y netcat
10+
11+
RUN useradd --create-home --shell /bin/zsh wolvsec
12+
WORKDIR /home/wolvsec

0 commit comments

Comments
 (0)