woups oubli du -m a adduser

This commit is contained in:
Cabillot Julien 2018-05-19 14:22:22 -04:00
parent c34c8e11db
commit 1e83287144

View File

@ -19,7 +19,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
"/var/lib/apt/lists/"* \ "/var/lib/apt/lists/"* \
"/var/log/"{apt/*,dpkg.log} \ "/var/log/"{apt/*,dpkg.log} \
"/tmp/"* && \ "/tmp/"* && \
useradd "calibre" useradd -m "calibre"
# TODO: ne pas faire tourner en root si possible # TODO: ne pas faire tourner en root si possible