This commit is contained in:
Jörn-Michael Miehe 2021-09-22 23:45:45 +02:00
parent e32e0b2ce9
commit e47e37de4e

View file

@ -1,8 +1,9 @@
FROM ldericher/pandocker:latest
RUN apt-get update && apt-get -y install \
RUN set -ex; \
apt-get update && apt-get -y install \
inotify-tools \
&& rm -rf /var/lib/apt/lists/*
; rm -rf /var/lib/apt/lists/*;
COPY usr /usr