diff --git a/Dockerfile b/Dockerfile index ed83b46..63d6c8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive # Install lighttpd and clean up apt cache RUN apt update && \ apt install -y --no-install-recommends lighttpd && \ - apt clean && \ - rm -rf /var/lib/apt/lists/* # Expose the default lighttpd port EXPOSE 80