mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
remove unneeded lsof
This commit is contained in:
parent
113730d9ac
commit
6c72031a29
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ FROM ldericher/pandocker:latest
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
lsof \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY autodoc.sh /usr/local/bin/autodoc
|
COPY autodoc.sh /usr/local/bin/autodoc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue