From d55b2af5408e52878be87394558a7c7e5e869829 Mon Sep 17 00:00:00 2001 From: MoisesTapia Date: Sun, 26 Jul 2020 14:07:04 -0500 Subject: [PATCH] Fix sintax and more features --- Docker/Dockerfile | 1 + Docker/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 8723b3d..cd2dacf 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get install --no-install-recommends -y git && \ apt-get install -y python3-pip && \ apt-get install --no-install-recommends -y php && \ apt-get update && \ + apt-get clean && \ rm -rf /var/lib/apt/lists/* RUN git clone https://github.com/DarkSecDevelopers/HiddenEye diff --git a/Docker/README.md b/Docker/README.md index 1bf8802..d1297fd 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -28,7 +28,7 @@ Run docker-compose ```bash docker-compose up --build -d ``` -*_Don't need redirection of ports 'cause the container is exposed to internet_*
+'_Don not need redirection of ports 'cause the container is exposed to internet_'
Verify of the container is running with: ```bash