mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
Format
This commit is contained in:
parent
e32e0b2ce9
commit
e47e37de4e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
FROM ldericher/pandocker:latest
|
FROM ldericher/pandocker:latest
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN set -ex; \
|
||||||
|
apt-get update && apt-get -y install \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
; rm -rf /var/lib/apt/lists/*;
|
||||||
|
|
||||||
COPY usr /usr
|
COPY usr /usr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue