remove unneeded lsof

This commit is contained in:
Jörn-Michael Miehe 2019-09-20 13:10:36 +02:00
parent 113730d9ac
commit 6c72031a29

View file

@ -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