autodoc/Dockerfile

10 lines
219 B
Docker
Raw Normal View History

2019-09-19 16:11:47 +00:00
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
RUN chmod +x /usr/local/bin/autodoc