Skip to content

Commit c7fbf85

Browse files
authored
Do same commands as alpine Dockerfile
1 parent cd6758c commit c7fbf85

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
@@ -32,7 +32,7 @@ RUN apt-get update \
3232
&& apt-get install -y --no-install-recommends curl \
3333
&& addgroup --gid ${STEPGID} step \
3434
&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step
35-
35+
&& chown step:step /home/step
3636

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

0 commit comments

Comments
 (0)