mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
switch base image to "pandoc/extra"
This commit is contained in:
parent
c8228dd312
commit
b67d392fff
1 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
||||||
FROM ldericher/pandocker:latest
|
FROM pandoc/extra:latest
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apt-get update && apt-get -y install \
|
\
|
||||||
|
apk add --no-cache \
|
||||||
|
bash \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
; rm -rf /var/lib/apt/lists/*;
|
make \
|
||||||
|
;
|
||||||
|
|
||||||
COPY usr /usr
|
COPY usr /usr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue