Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
madhulsachdeva authored Jul 1, 2024
1 parent c2562ed commit 4a139f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 4a139f8

Please sign in to comment.