Browse Source

Fix missing backslash in Dockerfile.rpi (#1952)

tags/v1.21.12.1
shakeme Lunny Xiao 8 years ago
parent
commit
e8c63e21af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile.rpi

+ 1
- 1
Dockerfile.rpi View File

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


Loading…
Cancel
Save