Created
January 7, 2019 08:30
-
-
Save michidk/6f270fc8e61f6550c4cffb25c041bb41 to your computer and use it in GitHub Desktop.
Kalidocker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM kalilinux/kali-linux-docker | |
RUN apt-get update -y --fix-missing | |
RUN apt-get upgrade -y ; apt-get autoremove -y | |
ENV TZ=Europe/Berlin | |
CMD tail -f /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment