switch base image to "pandoc/extra"

This commit is contained in:
Jörn-Michael Miehe 2024-01-08 17:26:53 +01:00
parent c8228dd312
commit b67d392fff

View file

@ -1,9 +1,12 @@
FROM ldericher/pandocker:latest
FROM pandoc/extra:latest
RUN set -ex; \
apt-get update && apt-get -y install \
\
apk add --no-cache \
bash \
inotify-tools \
; rm -rf /var/lib/apt/lists/*;
make \
;
COPY usr /usr