autodoc/src/Dockerfile

10 lines
162 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 \
&& rm -rf /var/lib/apt/lists/*
2019-09-24 11:16:36 +00:00
COPY usr /usr
2019-09-20 10:30:21 +00:00
CMD ["autodoc"]