Skip to content

Commit 6d6af3a

Browse files
committed
Add missing backslash
1 parent c7fbf85 commit 6d6af3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
&& apt-get upgrade -y \
3232
&& apt-get install -y --no-install-recommends curl \
3333
&& addgroup --gid ${STEPGID} step \
34-
&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step
34+
&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step \
3535
&& chown step:step /home/step
3636

3737
COPY --from=builder /src/bin/step "/usr/local/bin/step"

0 commit comments

Comments
 (0)