Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends curl \
&& addgroup --gid ${STEPGID} step \
&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step

&& adduser --disabled-password --uid ${STEPUID} --gid ${STEPGID} step \
&& chown step:step /home/step

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

Expand Down