Fix missing backslash causing a non-vital command to be skipped

This commit is contained in:
dave 2014-12-29 12:25:42 -08:00
parent d6c24d085f
commit 5c40decb18
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER Dave P
# Create rduser (password is rduser)
RUN useradd --create-home --groups sudo,audio rduser ; \
echo "rduser:rduser" | chpasswd ;
echo "rduser:rduser" | chpasswd ; \
locale-gen en