From 4a139f8b62d402a6a5a09804996f96bf8a3c3cfd Mon Sep 17 00:00:00 2001 From: "TechnicallySimple.me" <65892948+TechnicallySimpleMe@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:36:37 +1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8b13789..d6699fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,10 @@ +FROM nginx:1.7.1 +# Update the package repository +#RUN apt-get update + +# Install a package +#RUN apt-get install -y kali-linux-headless + +# Command to run when the container starts +CMD ["/bin/bash"]