Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 21:02:53 +02:00
committed by GitHub
parent 405d1a5191
commit 51415b283d

View File

@@ -5,6 +5,10 @@ FROM florider89/joplin-server:master
# Copy root filesystem
COPY rootfs /
RUN ps afx|grep dpkg \
&& killall dpkg \
&& rm /var/lib/dpkg/lock
ARG BASHIO_VERSION=0.13.1
#USER joplin