fix default user

This commit is contained in:
encrypt 2015-06-03 03:56:27 +02:00
parent 825af6724a
commit 05bef0a2e0

View file

@ -9,3 +9,4 @@ RUN apt-get update && \
RUN ln /usr/bin/find /usr/sbin/find && \
useradd user -m
USER user