Fix missing backslash in Dockerfile.rpi (#1952)

This commit is contained in:
shakeme 2017-06-13 04:07:11 +02:00 committed by Lunny Xiao
parent b38b61bbc1
commit e8c63e21af
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN apk --no-cache add \
curl \
openssh \
tzdata
RUN addgroup
RUN addgroup \
-S -g 1000 \
git && \
adduser \