From 6c72031a2965760d612dc2152ed9ca5033adf28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 20 Sep 2019 13:10:36 +0200 Subject: [PATCH] remove unneeded lsof --- build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 804b110..0c0b8db 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,6 @@ FROM ldericher/pandocker:latest RUN apt-get update && apt-get -y install \ inotify-tools \ - lsof \ && rm -rf /var/lib/apt/lists/* COPY autodoc.sh /usr/local/bin/autodoc