mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
add kali rolling
This commit is contained in:
parent
f6f4fba90e
commit
81e982991b
2 changed files with 20 additions and 1 deletions
15
dockerbuild/Dockerfile.kali-rolling
Normal file
15
dockerbuild/Dockerfile.kali-rolling
Normal file
|
@ -0,0 +1,15 @@
|
|||
FROM kalilinux/kali-rolling:latest
|
||||
|
||||
ARG go_pkg_url
|
||||
|
||||
RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl ca-certificates devscripts dh-systemd cmake
|
||||
|
||||
RUN curl -s -k $go_pkg_url -o go.tar.gz && \
|
||||
tar -C /usr/local -xzf go.tar.gz && \
|
||||
rm go.tar.gz
|
||||
|
||||
RUN groupadd -g 1000 jenkins-build && useradd -u 1000 -g 1000 jenkins-build
|
||||
RUN chmod 777 /home
|
||||
|
||||
CMD ["/usr/bin/sshd", "-D"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue