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