diff --git a/Dockerfile b/Dockerfile index ee588bf..4950df1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,3 +3,4 @@ RUN apt-get update -qq RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git ca-certificates --no-install-recommends RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/cache/apt/* +RUN true \ No newline at end of file