Skip to content

Instantly share code, notes, and snippets.

@michidk
Created January 7, 2019 08:30
Show Gist options
  • Save michidk/6f270fc8e61f6550c4cffb25c041bb41 to your computer and use it in GitHub Desktop.
Save michidk/6f270fc8e61f6550c4cffb25c041bb41 to your computer and use it in GitHub Desktop.
Kalidocker
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