mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-24 19:19:39 +08:00
Fix missing backslash in Dockerfile.rpi (#1952)
This commit is contained in:
parent
b38b61bbc1
commit
e8c63e21af
@ -14,7 +14,7 @@ RUN apk --no-cache add \
|
||||
curl \
|
||||
openssh \
|
||||
tzdata
|
||||
RUN addgroup
|
||||
RUN addgroup \
|
||||
-S -g 1000 \
|
||||
git && \
|
||||
adduser \
|
||||
|
Loading…
Reference in New Issue
Block a user